Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #492700

    Dear Support

    I need to add a “Continue reading” link on each post listed in the author archive page. Could you please tell me how to do it?

    Thank you

    #493037

    Hi Gurify!

    In the /enfold/includes/loop-author.php file around line 127 you should see this.

    echo wpautop($content);
    

    Add this beneath it.

    echo '<a href = "'.get_permalink().'">Continue reading</a>';
    

    Regards,
    Elliott

    #493342

    Thank you very much, it worked :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Author page titles links’ is closed to new replies.