+ Reply to Thread
Results 1 to 2 of 2

Thread: Previous Entries -- Use Real Titles Instead

  1. #1
    Join Date
    Mar 2009
    Posts
    21

    Default Previous Entries -- Use Real Titles Instead

    I'm presently experimenting w/ showing only one post per page -- and there are nav links at the bottom which say: "<--- previous entries" and "next entries --->".

    First of all, I'd like those nav links to be at the top of the post, not at the bottom. ?? How/where/what do I edit for this?

    Second, I'd like the nav links to specify the title of the previous post and the next post, rather than generic language. ??Same question: How/where/ what?

    Thanks.

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Navigation links are in different theme files:
    index.php
    archive.php
    search.php

    The code is found in navigation.php, and you may need to remove this line
    PHP Code:
    <?php include (TEMPLATEPATH '/navigation.php'); ?>
    and use the code inside

    PHP Code:
    <div class="navigation">
        <div class="previous"><?php next_posts_link('&larr; Previous Entries'?></div>
        <div class="next"><?php previous_posts_link('Next Entries &rarr;'?></div>
    </div>
    <div class="clear flat"></div>
    and place that where you want in the files above.

+ Reply to Thread

Similar Threads

  1. Why is there so much unused screen real-estate with cutline?
    By El Cuajinais in forum Community Exchange
    Replies: 4
    Last Post: 08-17-2011, 10:48 AM
  2. Google Buying Digg For Real?
    By jeffc in forum General Discussion
    Replies: 5
    Last Post: 07-25-2008, 08:01 AM
  3. Replies: 3
    Last Post: 06-06-2008, 04:07 PM
  4. Using Semantic Variance In Your Social Media Titles
    By ryan in forum Networking, Web2.0 & Social Media
    Replies: 7
    Last Post: 03-31-2008, 12:40 PM
  5. The Real Pulse of the Blogosphere
    By gayla in forum General Discussion
    Replies: 12
    Last Post: 02-04-2008, 10:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts