• I read almost all the post to get rid of the read more link. I can’t find the excerpt, the read more text in all my php files. I don’t know what to do.

    I use the theme Attitude by theme horse.
    here my web site: worldactioninternational.com

    Thanks to help.

    Mike

Viewing 1 replies (of 1 total)
  • Hi, if its a premium theme you should contact theme horse for support.
    a quick fix will be to go to functions.php and look for code that looks like this:

    function new_excerpt_more($more) {
        global $post;
        return '<div class="read-more"> <a " href="'. get_permalink($post->ID) . '">' . 'Read More' . '</a></div>';
        }
        add_filter('excerpt_more', 'new_excerpt_more');

    Comment is out and see if the readmore link disappears

Viewing 1 replies (of 1 total)
  • The topic ‘can't get rid of read more link’ is closed to new replies.