• meziaz

    (@meziaz)


    I want to rename the “Continue Reading” that showed on homepage or archives. Then, i followed the suggestion on this page but it effects nothing.
    I added the code in the functions.php by child theme. I created child theme using One-Click Child Theme. Please help me…
    Thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi M

    can you share a link to your site for us to have a look?

    Thanks

    Thread Starter meziaz

    (@meziaz)

    here is my site http://embunhikmah.com/
    “Continue Reading” on excerpts in each post that i want to rename. Please help me, Sir. Thank you. 🙂

    Hi

    can you check if you are adding the below code at the bottom of the functions.php file

    function heiro_excerpt_more( $more ) {
    	return ' <a href="'. esc_url( get_permalink() ) . '" class="more-link">' . __( 'Read More <span class="meta-nav">→</span>', 'athemes' ) . '</a>';
    }
    add_filter( 'excerpt_more', 'heiro_excerpt_more' );

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rename Continue Reading’ is closed to new replies.