Quantcast
Channel: Exclude only first post from one category from the latest posts feed, wordpress - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Answer by Super Model for Exclude only first post from one category from the latest posts feed, wordpress

$
0
0

Exclude first one From latest five posts

<?php 
   // the query
   $the_query = new WP_Query( array(
     'category_name' => 'Past_Category_Name',
      'posts_per_page' => 5,
              'offset' => 1
   )); 
?>

Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>