• Resolved cladrite

    (@cladrite)


    Hello.

    I’m using the Old Lamp Design theme, and when I insert the more tag, the text of the post as it appears on my home page ends where it’s meant to, but the link reading “More” doesn’t appear, nor is there any other indication that the post continues “after the jump.”

    Anyone have a solution for me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • look in your theme’s index.php for

    <p>
    			<?php the_content(''); ?>
    			</p>

    change it to

    <p>
    			<?php the_content('Read on...'); ?>
    			</p>

    you can make Read on... anything you want

    Thread Starter cladrite

    (@cladrite)

    That did the trick — thanks so much, samboll!

    Hi i am very new to all this. upgraded to wp 3 on self hosted site. i have since found “more” tag not work, no Gravatar options to be found also
    no way to change blog picture/icon (no matter what theme I use) Help!!!
    I think the were working in previous version but never used them

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More tag not working’ is closed to new replies.