• abusybeeslife

    (@abusybeeslife)


    I cannot seem to find this answer.

    I have a page, lets call it X, and I am writing a post which will show on my blog home page. So I want to be able to click on read more button from the post, and for it to open Page X.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    could be done, theoretically, with some coding.

    part of the code for generating the content and the more link is this code (from the function get_the_content() in /wp-includes/post-template.php):

    $output .= apply_filters( ‘the_content_more_link’, ‘ ID}\” class=\”more-link\”>$more_link_text“, $more_link_text );

    which shows that the added link url might be able to be changed via a filter.

    Thread Starter abusybeeslife

    (@abusybeeslife)

    Sorry but this only confuses me more, is there another way to do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can the 'read more' link direct to a page instead of a post?’ is closed to new replies.