How to stop and play owl carousel on click.. so here is the custom script that help you to work owl carousel as per your need. If your owl carousel is on autoplay mode then.. // Pause on click item...
Stop and play owl carousel on click Jquery !
wordpress how to get/show custom field value of the posts!
Here is the code .. through this you can get custom fields value from the posts in wordpress ... <?php echo get_post_meta($post->ID, 'key', true); ?> Like in above image... you can apply like this <?php echo get_post_meta($post->ID, 'nst_hide_featured', true); ?>...