This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

2
  1. nikibilejn 10 years, 9 months ago

    Ok. Here it is :)

    function new_excerpt_more( $more ) {
    	return ' <a href="' . get_permalink( get_the_ID() ) . '" rel="nofollow">' . __( 'Read More', 'your-text-domain' ) . '</a>';
    }
    add_filter( 'excerpt_more', 'new_excerpt_more' );
  2. nikibilejn 10 years, 9 months ago

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread