Welcome to WPShout, a blog about WordPress, WordPress themes and WordPress development. Below you'll find a selection of the best posts ↓

The Basics of WordPress Theme Design

Ever wanted to learn how to make your own WordPress theme? In this mega tutorial you can find out how.

10 Practical WordPress Security Tips

We all know how important security is; in this post find practical ways of stopping hackers.

Using WordPress "As A CMS"

WordPress is a CMS, and a really easy to use one at that. Find out how to utilise all of its functions and quickly build powerful sites in this post.

Get Your Latest Tweets The Smart Way

Posted on 22. Nov, 2010 by .

2

If you’ve ever used the Twitter API to get the number of your Twitter followers, your latest status updates, or something similar using the Twitter API you may have come across a little problem that has been bugging me for a while. Twitter has a limit on the number of API requests per hour. So, If you have a high traffic blog or other website you may find that your scripts tapping into their API don’t always return with info from Twitter. How to solve this? A solution I came up with recently involves storing the data from the Twitter API in a text file, then simply calling the file to get the data. This saves API calls and keeps you from timing out, unless of course you’re calling it somewhere else on your site.

Continue Reading

WPShout Hacked (But Everything’s Fine Now)

WPShout Hacked (But Everything’s Fine Now)

Posted on 01. Nov, 2010 by .

8

As you may have heard, on Friday evening I got what was to be the first of a couple of emails from some very helpful people telling me that there was a big message up from Google saying that WPShout contained viruses, spyware, the lot! I took a look for myself and sure enough, WPShout had been hacked somehow.

This isn’t good.

I’m fairly happy with my security; there are lots of little tips and tricks I use that make the site harder to hack than most, leaving me with the impression most hackers just wouldn’t bother and move on to the thousands more WordPress blogs without the extra layer of security.

I was wrong, evidently.

Continue Reading

Documenting A Premium Theme

Documenting A Premium Theme

Posted on 20. Oct, 2010 by .

0

Documentation is the first thing that a customer will see once buying a WordPress theme, but it’s often very poor. Why? Documentation is done last

Continue Reading

WPShout Needs Your Help!

Posted on 18. Oct, 2010 by .

Hello! It’s a new WPShout article! That hasn’t happened for way too long! Sorry for the unexplained absence. What have I been doing? Excellent question. I’ve been uber busy at college, to answer it. In this post I just wanted to clear up a couple of things and ask for your help in maintaining WPShout in the future.

Continue Reading

Submit WordPress Posts From The Frontend

Submit WordPress Posts From The Frontend

Posted on 18. Aug, 2010 by .

If your looking to make adding new posts without having to log into the WordPress dashboard, or maybe to allow your visitors a way to submit some kind of content of their own, then here’s a way you can create a new post form and display it on a custom page template.

Continue Reading