• Resolved insaneelf

    (@insaneelf)


    Hi,

    I have a simple question. Is there a way for me to change the “previous entries” text that shows up at the bottom of every page on my website? Where is the code for this located? And would modifying it just simply include changing the text within the code?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • It should be close to the bottom of the index.php file

    there will probably be some code around the text, change only the text and you should be fine

    Thread Starter insaneelf

    (@insaneelf)

    Awesome, thanks!

    Thread Starter insaneelf

    (@insaneelf)

    Wait, I opened my index.php file and this is all that’s in there:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    what theme are you using?

    Thread Starter insaneelf

    (@insaneelf)

    “Rusty.”

    Thread Starter insaneelf

    (@insaneelf)

    Anyone?

    Lines 33-37 in index.php

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

    I don’t know what that other stuff you posted was, but I just downloaded it, and that’s what was in index.php

    Thread Starter insaneelf

    (@insaneelf)

    Lol, to be honest, I have no idea. But no matter, I got the problem resolved. Thank you for your help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the “Previous Entries” Text?’ is closed to new replies.