Before you ask please READ THIS

Read more problem

Hi !

Since the last update, I have a "Read more" which appeared on my blog list.

I don't use the "more" tag, but the excerpt to customize it. I would like to remove it, cause the images size were perfect with the titles, and now it too big.

Thank you !!

Sophie
readmore.PNG
1140 x 415 - 143K

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Yes we recently found out that there is no call for read more when excerpts are used. It is usually bug. However I understand your situation.

    Add this in your functions.php in child theme, and I will think about some option for this in theme:-)
    add_action('after_setup_theme',function(){
        remove_filter( 'the_excerpt', 'apollo13framework_has_excerpt_read_more' );
    });
    With kind regards.
  • It works like a charm ! Thank you so much ! :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!