tutorials

How to Create Retro Print Effects [Photoshop]

There are lots of ways to take a photo and make it a little more interesting. Some of the most fun effects are actually making it look older than it is. Here we will discuss how to adjust new photos in Photoshop and give them that retro touch.

How to style the latest post in WordPress

How to display the latest post on your blog in a different style. You will often find blogs that shows the latest post in a different color or applied different CSS tags. Basically you need to Inject some code inside wordpress post listing generation loop. The Loop is used by WordPress to display each of your posts.

14 Effective Practical Security Tips for WordPress

How to protect your wordpress system from being hacked? Well, you just need tighten up the security principal to avoid these problems. These are very practical options to protect yourself from getting hacked. In truth, every protection can be broken but the point is not to cure but to prevent.

How to display the latest post from each category using WordPress query_posts

How to display a custom list of posts for wordpress blog which display the latest post from each category? Wordpress has a function to filter out the posts depending on certain criteria, the function is known as query_post. The template function query_post has several parameters that enables you to filter the posts for the Wordpress post output Loop.