Wordpress Theme Help Please

7 replies
  • WEB DESIGN
  • |
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
#theme #wordpress
  • Profile picture of the author davis cup
    You can find that under the settings option. hope this helps.
    {{ DiscussionBoard.errors[3837602].message }}
  • Profile picture of the author Russell Barnstein
    Go to:

    SETTINGS>>>>>READING>>>>>BLOG PAGES SHOW AT MOST>>>>> Put in how many you want to show. ;-)
    {{ DiscussionBoard.errors[3837744].message }}
  • Profile picture of the author Evan-M
    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
    Signature

    Evan-M

    Easily The Worlds Best Wordpress Popup plugin

    Visit Website Design Firm For All Your Wordpress Coding Needs

    {{ DiscussionBoard.errors[3841641].message }}
  • Profile picture of the author Tech Diva
    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.
    {{ DiscussionBoard.errors[3842664].message }}

Trending Topics