Adding excerpt function

Home Forums WordPress Theme Support BresponZive Mag Adding excerpt function

This topic contains 1 reply, has 2 voices, and was last updated by  Raja CRN 9 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4663

    Serge
    Member
    function new_excerpt_more( $more ) {
    	return ' <a class="read-more" href="'. get_permalink( get_the_ID() ) . '">' . __('Read More', 'your-text-domain') . '</a>';
    }
    add_filter( 'excerpt_more', 'new_excerpt_more' );

    as per http://codex.wordpress.org/Excerpt , i am trying to add the above code to the functions.php , but i am uncertain of where to put it.

    #4693

    Raja CRN
    Keymaster

    Hello,

    Place it anywhere in functions.php

Viewing 2 posts - 1 through 2 (of 2 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .