Title: &quot;More Articles&quot; Section Offset Three Articles
Last modified: August 22, 2016

---

# "More Articles" Section Offset Three Articles

 *  Resolved [bamfpire](https://wordpress.org/support/users/bamfpire/)
 * (@bamfpire)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/more-articles-section-offset-three-articles/)
 * So back before I switched to self-hosted, on WP.com, the oxygen theme filled 
   recent and more articles section with the most recent articles. Since switching,
   I’ve had to manually change everything. I got Recent Articles to show the top
   three recent articles that are not stickied, but how do I get the More Articles
   to show the articles that are not stickied but also not the three after that?
 * Right now I have:
 * <?php $args = array( ‘posts_per_page’ => 4, ‘post__not_in’ => get_option( ‘sticky_posts’));?
   >
 * I tried adding an offset, but it doesn’t seem to have worked? I just want to 
   display the most recent articles without the stickied posts and without the most
   recent three posts after that.
 * <?php $args = array( ‘offset’ => 3, ‘posts_per_page’ => 4, ‘post__not_in’ => 
   get_option( ‘sticky_posts’ ) ); ?>
 * [http://nerdophiles.com/](http://nerdophiles.com/)

The topic ‘"More Articles" Section Offset Three Articles’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oxygen/0.6.0/screenshot.png)
 * Oxygen
 * [Support Threads](https://wordpress.org/support/theme/oxygen/)
 * [Active Topics](https://wordpress.org/support/theme/oxygen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oxygen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oxygen/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bamfpire](https://wordpress.org/support/users/bamfpire/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/more-articles-section-offset-three-articles/)
 * Status: resolved