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

Countdown timer in php and javascript, for the world cup 2014

Posted on: 1 Comment
Countdowntimer

Are your counting the days too? Now this is an extremely easy solution to count down to the FIFA world cup 2014 with php or javascript. Lets see how to do this in two ways. First we get the exact date from the Official website. In numeric format the date will be 6.12.2014. It is [...]

Read More