• wellofdreams

    (@wellofdreams)


    Can you alter the <!–more–> tag to show wording different to “more…?” ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • moshu

    (@moshu)

    Did your try any of the methods described here?
    Customizing_the_Read_More

    Thread Starter wellofdreams

    (@wellofdreams)

    Yeah, I tried this tag, but it didn’t work – it just showed the code.

    <?php the_content(‘Read on…’); ?>

    TechGnome

    (@techgnome)

    Was it in a PHP file? That’s code that’s used on plenty of sites and it’s never done that before? Is there a link to the site in question?

    -tg

    billh

    (@billh)

    You need to edit the index.php file in your theme directory. Locate that, then locate the line in The Loop that calls the function the_content() and edit that. THAT line is what needs to be edited, not the actual tag that gets inserted into the post editing area.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing <!–more–> tag?’ is closed to new replies.