code

Free but Useful PHP Form Processor Scripts

Forms are one of the most common features for almost any website. It provides a secure communication or feedback from the end user to the sites owner. Having said that, forms often allows security breaches to a website so it is advisable to use secured forms processing systems. I hope that this post will help you out searching for PHP based form processors.

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.

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.