• In older version, I can add Hyperlink to More tag, but I don’t remember if I’ve ever edited anything to make it work, and I would like to have some advices to make it work on this latest WordPress versin 2.6.5

    For example, this piece of code won’t work, and what should I do or edit to make it work:
    <!–more–>

    Thanks a million,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Correct use of the template tag, the_content(), should get you what you want.

    Also see Customizing the Read More.

    Thread Starter koolvn

    (@koolvn)

    Thanks
    I will check it out since the Hyperlink after More tag does not show up on the post ??

    Thread Starter koolvn

    (@koolvn)

    I’m back and actually remember what I did was creating a simple text line mimic More tag and add Hyperlink on it since adding Hyperlink on More tag never worked for me ??
    btw, I did check the suggested contents and hope it would have some change in this version but unfortunately, I might overlook but I could not find what I’m looking for ??

    If you use the WordPress Default theme and put `<!–more–> in you post it will create a link saying “Read the rest of this entry”. Is that what you want? If so look at wp-content/themes/default/index.php for example.

    The more thing doesn’t work on single.php type display.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Hyperlink to More tag’ is closed to new replies.