{"id":852784,"date":"2008-09-08T11:39:53","date_gmt":"2008-09-08T11:39:53","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/displaying-posts-limit\/"},"modified":"2016-08-19T02:06:26","modified_gmt":"2016-08-19T02:06:26","slug":"displaying-posts-limit","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/displaying-posts-limit\/","title":{"rendered":"Displaying posts -limit"},"content":{"rendered":"<p>Using 2.6.1 and a custom theme.<br \/>\nOn my page I display the 14 latest posts with thumbnails and so on. (1-14).<\/p>\n<p>I would like to display the following 10 posts (older posts &#8211; 15-25) just as title links on a widget at the bottom of the page. I know I must use this code to display posts:<\/p>\n<pre><code>&lt;ul&gt;\n\t &lt;?php\n\t global $post;\n\t $myposts = get_posts(&#039;numberposts=10&#039;);\n\t foreach($myposts as $post) :\n\t ?&gt;\n\t    &lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;\/a&gt;&lt;\/li&gt;\n\t &lt;?php endforeach; ?&gt;\n &lt;\/ul&gt;<\/code><\/pre>\n<p>and I also know that the $offset variable must be used to limit the posts, &#8211; but how? I have read in the codex but I just dont got any smarter&#8230; With the code above I just re-display 10 of the last 14 posts already showed. Could anyone please explain me?<\/p>\n","protected":false},"template":"","class_list":["post-852784","topic","type-topic","status-closed","hentry","topic-tag-limit","topic-tag-list","topic-tag-posts"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/852784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/852784\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=852784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}