Register or log in:



Hot Tags

Blog Oh! Blog Forums » Wordpress Themes

DailyPress Archives and Authors

(3 posts)

  1. pzannucci
    Member

    When you go to the "Archives" section or to an added "Authors" widget on the sidebar, the theme seems to only post one page of posts. There's no "older entries" button to go backward. In other words, if you have written 100 posts in August, only the first dozen or so show up after you hit the "August" button and there's no way to go backward. Same thing if you hit on an author's name. You get the last few articles and no way to go deeper into the database.

    Is there an easy fix for this?

    Thanks.

    Posted 3 months ago #
  2. pzannucci
    Member

    nevermind, you just need to copy and paste this above the footer on the archive php

    <div class="navigation">

    <div class="alignleft">
    <?php next_posts_link('<span class=\'older\'>Older Entries</span>') ?>
    </div>

    <div class="alignright">
    <?php previous_posts_link('<span class=\'newer\'>Newer Entries</span>') ?>
    </div>

    </div>

    </div>

    Posted 3 months ago #
  3. I think I left it out.

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

{ A Forum of Blog Oh! Blog }