Wordpress Theme Help Please

by 7 replies
8
Hi

Can someone tell me how to get more than 5 post to display on my wordpress theme please.

My home page only displays 5 post exerpts,but I want at least 10 on the main home page.

If someone could advise me on this then that would be great

Kind regards

Blueclcl
#website design #theme #wordpress
  • Go to:

    SETTINGS>>>>>READING>>>>>BLOG PAGES SHOW AT MOST>>>>> Put in how many you want to show. ;-)
    • [1] reply
    • Done all that but it still only displaying 5 posts
      • [1] reply
  • check your index.php file of your theme

    look for a line like :

    <?php query_posts('showposts=5'); ?>

    or something similar like

    <?php $args = array(
    'numberposts' => 5,

    or

    $args = array( 'numberposts' => 5 );

    change the 5 to a 10
  • You might want to look in the Widgets panel to see if what you are looking at is a "Recent Posts" widget and then make an adjustment on number of posts to show there. Or, it may be something with your specific theme.
  • [DELETED]

Next Topics on Trending Feed