wordpress

Lazy Blogger's guide to Super Charge WordPress with 100+ Plugins

Mission of this post is guiding you to discover the most useful, smart and efficient plugins for WordPress. These plugins will let you concentrate more about writing your content rather than spending time over managing the blog.

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.