• Closed
  • C F
    Spectator
    28.08.2015 at 14:47 #20219

    Hi,

    Link “more” is dead in my blog article.
    What can I do?
    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    28.08.2015 at 19:59 #20230

    Hi,

    Please post your url to the webpage that you are having issue.

    Thanks!

    C F
    Spectator
    Posts: 1
    28.08.2015 at 20:41 #20235
    Denzel Chia
    Moderator
    Posts: 2656
    28.08.2015 at 20:52 #20236

    Hi,

    Our read more link uses the following code.

    <a href="<?php the_permalink(); ?>"><?php _e('READ MORE', 'evolve' ); ?></a>

    The function the_permalink is a WordPress core function
    https://codex.wordpress.org/Function_Reference/the_permalink

    The permalink is auto generated by that function, and not by our theme.

    Perhaps you have a wrong custom structure for your permalink, or a wrong custom redirection code in your .htaccess, these could be the reasons for your read more link leading to 404.

    Please go to WordPress admin -> Appearance -> Settings -> Permalinks and select one of the available option.

    Thanks!