Load scripts only on custom post type and specific taxonomy pages

Posted on: 1 Comment
scripts-loading-posttype

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

Customize term_list output in wordpress custom post type

Posted on: 2 Comments
get_the_term_list-sm

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 More

WP-Polls loading error solved

Posted on: 4 Comments
wp-polls-loading-error

Recently 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