Title: mununkulus's Replies | WordPress.org

---

# mununkulus

  [  ](https://wordpress.org/support/users/mununkulus/)

 *   [Profile](https://wordpress.org/support/users/mununkulus/)
 *   [Topics Started](https://wordpress.org/support/users/mununkulus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mununkulus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mununkulus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mununkulus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mununkulus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mununkulus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Skipping a post in a category](https://wordpress.org/support/topic/skipping-a-post-in-a-category/)
 *  Thread Starter [mununkulus](https://wordpress.org/support/users/mununkulus/)
 * (@mununkulus)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/skipping-a-post-in-a-category/#post-1571075)
 * how exaclty would i implement that into the following code?
 *  `<?php
    $page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“
   cat=-3,-4&paged=$page&posts_per_page=5”); ?>`
 * at the moment i discarded the headline and another category completely (-3,-4).
   How would i have to change this if i wanted to still discard category 3 and show
   the 4th category with an offset of 1 ?
 * from what i understand from your link, it would use the offset for every single
   category, while i only want it for a specific one (the 4th category).

Viewing 1 replies (of 1 total)