Viewing 3 replies - 1 through 3 (of 3 total)
  • This might help, it’s from the Papillon theme’s sidebar.php file.. Copy that WHOLE code from this text file below, to your sidebar.php file.

    https://www.vindictivebastard.net/downloads/last-10-posts.txt

    Then, if you want 20 to show, just change this line here:
    $posts = get_posts('numberposts=10&offset=0');

    To this:
    $posts = get_posts('numberposts=20&offset=0');

    That there should show the last 20 post’s titles, as far as I know.. I hope this helps.. =/

    spencerp

    After re-reading that, I see what moshu was talking about, double [slaps self].. dang..I need more pepsi or something lol! =P

    Joe, define “subject”.

    Hi there. New at all this so bear with me. If i’m using the Sidebar Widgets will edits to the sidebar.php using Presentation->Theme Editor work?

    It seems that if I have a custom sidebar set-up using Widgets then when I look at the sidebar.php in the editor it’s not the same as the live page. I’ve tried making edits tot he .php file but not seen them reflected on the live page.

    Am I missing something?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘show last 20 posts by subject in sidebar’ is closed to new replies.