Redirect category postname to only postname in WordPress
How to redirect the /category/postname/ permalink to only /postname/ in WordPress with .htaccess or plugin
Read More
How to redirect the /category/postname/ permalink to only /postname/ in WordPress with .htaccess or plugin
Read More
Now here we will be discussing how to call these specific scripts only on the custom post type and taxonomy pages. So for our discussion we will take that we have created a custom post type called “books” with a taxonomy “author” and the all book-list page called “allbooks”. So lets learn how to load [...]
Read More
Sometimes we require some customization for the wordpress “custom post-type” get_the_term_list ‘s output, specifically to meet the theme’s look and usability. For this discussion we will assume our taxonomy name is “tasks” and we will generate the phrase Projects task(s) before the term_list output.
Read MoreRecently we wanted to add a poll facility to one of our web posts Official Websites of IPLt20 Teams where we wanted our readers to share their opinion with polls. Some time back I had used Wp-polls plugin for another site and it is surely a wonderful plugin. So obviously I installed it. But to [...]
Read More