
Remove rel=”category tag” attribute from WordPress categories
WordPress functions wp_list_categories() and the_category() render the list of categories and the related post categories respectively in a WordPress theme. These functions also add some extra information with the rendered categories’ HTML, for instance, observe the below segment of code which was generated when I used wp_list_categories() function in my theme, the highlighted sections are […]

How to avoid Duplicate posts in WordPress loop (multiple loops)?
Have you experienced duplicate posts appearing on your WordPress blog? By duplicate posts, I mean – posts repeating again-and-again in the post index. Basically, duplicate posts in WordPress appear due to the use of multiple loops in the WordPress themes. A WordPress loop is responsible to display each of your posts, whether it’s the index […]
We push blog updates with the help of Feedburner. You'll get a notification every time a post gets published here.