WordPress post to display minutes ago with simple code
To Display Post timing with minutes ago, hours ago in wordpress theme you have to follow the below instructions Step 1 Copy & paste the...
To Display Post timing with minutes ago, hours ago in wordpress theme you have to follow the below instructions Step 1 Copy & paste the...
With this if else condition you can add default image for advanced custom fields image field. If your image field value is empty default image...
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...