read more

Viewing 5 posts - 1 through 5 (of 5 total)
  • #11581
    jakras81
    Participant

    Hi.

    I want to take control over the read more function and not use the one this theme has defined.

    How can I add read more links to posts when using the read more break in my editor?

    #11585
    Alexander
    Participant

    Hi jakras81,

    The read more function is a global WordPress funcionality and used by the theme. To customize your read more function this might help you how to understand where to look at: http://codex.wordpress.org/Customizing_the_Read_More

    Cheers,
    Alexander @ http://www.mouseclick.com

    #11589
    jakras81
    Participant

    I’m still not sure what to do.

    When inserting the more tag in my editor nothing happens in the frontend.

    Could you please be more specific on what exactly I should do?

    Thank you.

    #11705
    jakras81
    Participant

    Can’t anyone figure this out? Thank you.

    #11774
    Daniel Tara
    Keymaster

    You need to display the content instead of the excerpt for this to work. Open each content-*.php file and replace the_excerpt(); with the_content();

Viewing 5 posts - 1 through 5 (of 5 total)

Tagged: ,

You must be logged in to reply to this topic.