Read more tag/marker

Home Forums Iconic One Pro Support Read more tag/marker

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5312
    benoitg
    Participant

    Hi ,

    On my website, on the first page i have my articles with excerpts.

    On each, I Add the “read more tag” but it does not appears when the article is to small.

    Do you know at how many chars the “Read more” link appears and ho to modify this behavior?

    Thank you.

    #5314

    Hi,

    There are two ways:

    1)

    Line 71 and 72 of functions.php

    
    function themonic_excerpt_length( $length ) {
    	return 58;

    Only change the number 58 to a lower number and save.

    2) If you don’t want to modify excerpts words via functions.php then try this plugin

    Advanced Excerpt

    the manual read more tag via the WP editor and other html will work even in excerpts now.

    #5318
    benoitg
    Participant

    Great ! It works ! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.