Contact Form 7 Special Mail Tags
There are times when you may wish to follow more than just the user’s input through the contact form. For example, you may wish to...
There are times when you may wish to follow more than just the user’s input through the contact form. For example, you may wish to...
Ajax Search Lite – is a live search plugin for WordPress. This responsive live search engine, which will boost your user experience by providing a...
WP Smart Preloader is a Simple CSS spinners and throbbers made with CSS and minimal HTML markup. It offers visual feedback in the event of...
Code for Previous Next Navigation for Custom Post Types. This code will display the name of the previous or next post.
Code for displaying WordPress post list from a category in custom page <?php query_posts(‘posts_per_page=3&category_name=categoryslug’); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div...
Here is the code for display your custom posts with pagination, please install WP-PageNavi plugin for navigation. <?php $temp = $wp_query; $wp_query = null; $wp_query...