how to increase recent posts for wordpress blogs?

Discussion in 'WordPress' started by Arkserver, Jul 29, 2008.

  1. #1
    I've been looking around a bit but i'm not sure where i can change the value to display the 10 most recent posts on my blog: www.engineeringserver.com

    Cheers :D
     
    Arkserver, Jul 29, 2008 IP
  2. allout

    allout Prominent Member

    Messages:
    5,000
    Likes Received:
    461
    Best Answers:
    2
    Trophy Points:
    340
    #2
    goto the admin>settings>reading and you can put in how many you want on each page
     
    allout, Jul 29, 2008 IP
  3. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks but thats not what i meant :D , do you see the recnt blogpost on the footer of my blog? I want that to increate to 10 blogposts not the blogposts itself that is shown on the frontpage.
     
    Arkserver, Jul 29, 2008 IP
  4. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Try:

    
    <?php get_archives('postbypost', 10); ?>
    
    Code (markup):
     
    mizaks, Jul 29, 2008 IP
  5. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #5
    and where whould i put that in?
     
    Arkserver, Aug 12, 2008 IP
  6. tlinu

    tlinu Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Check your footer.php You might already see that line of code there. Just increase the number. Or If you send your theme, I will tell where exactly the changes need to be done.
     
    tlinu, Aug 12, 2008 IP
  7. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Arkserver, Aug 12, 2008 IP
  8. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #8
    Put that line of code in your footer.php where you see "Recent Post".
     
    mizaks, Aug 12, 2008 IP
  9. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I did but i want the recent blogpost to appear within the recent post block (not displayed outside) and i can't find out where to put it. The footer is encrypted so there isn't anything to see there. If anyone know where in that theme the recent blogposts are set let me know :D
     
    Arkserver, Aug 12, 2008 IP