Register or log in:



Hot Tags

Blog Oh! Blog Forums » Wordpress Themes

Question about Previous Entries

(3 posts)
  • Started 1 month ago by showsomemercy
  • Latest reply from showsomemercy

  1. showsomemercy
    Member

    In the BOB v2, i would love to do some modifications but i have no idea on how to do it.

    1] The Previous entries near the footer, how do we change the code for it when we click on the previous entries and it will move the page to the next page where the next posts will be instead of the changing of the links when we click on previous entries. (Hope my questions didn't confuse you)

    2] There isn't any Previous Entries in all my categories. How do i put one?

    Thanks...

    Posted 1 month ago #
  2. 1] I am confused. Please be more clear.
    2] In your category.php, replace the following code


    <div class="navigation">
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
    </div>

    with


    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
    </div>

    Posted 1 month ago #
  3. showsomemercy
    Member

    Thanks Jai for 2]. It is done and sorry to confuse you in 1] and ill try to make it as clear as i can. :)

    Here Goes...

    Near the footer at the main page (Home) in BOB V2, there are Links to the Post that we have made. How do we remove those links of our post?
    Whenever we press Previous Entries in our main page (Home), Only the links will change to the previous entries instead of the posts going to the older entries.. So my question is, how do we remove those links (of our posts) near the footer and when we press Previous Entries, all the post will change to the older posts just like the category one [2 that u have just introduced.

    Thanks

    ^^

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.

{ A Forum of Blog Oh! Blog }