Exclude subcategories from RSS feed
WordPress WP_Query class is used to get posts for, basically, everything. And this class is very, very complicated. It has a long list of supported query variables, filters and actions to control the process. But, even with all that, there are some limitations in conventional methods of use.
Get posts for a category
This is basic operation in WordPress, but it’s not as straightforward as you might think. For that, you will usually use get_posts() function that allows you to set category, but this function can use many more options than actually documented, you can use all WP Query arguments with it.
Be careful naming FORM fields in WordPress
When you create a complex form that will be used on page or anywhere in WordPress, there are some restrictions that you will not found documented, and will cause you a lot of problems if you are not aware of them and how to solve them.
Better permalink rewrite code
Most blog powered by WordPress use ‘pretty’ links structure. This allows you to have hierarchical structure of the URL elements and that is much easier to read, and can even contribute to SEO results. And to achieve this WP adds rewrite code into htaccess.










Recent Comments
Comment added on: May 17, 2012
Comment added on: May 14, 2012
Comment added on: May 12, 2012
Comment added on: May 12, 2012
Comment added on: May 10, 2012