Site logo

[Support request] why it’s like this?

Home Forums Support [Support request] why it’s like this?

Home Forums Support why it’s like this?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2458459
    Shami

    please take a look at the image of my archive.

    Why the “read more” buttons are looking different for different posts?

    I used a custom snippet earlier to show the button.

    this snippet is for adding “read more” despite using custom excerpt in the blog archive section:

    add_filter( ‘wp_trim_excerpt’, ‘tu_excerpt_metabox_more’ );
    function tu_excerpt_metabox_more( $excerpt ) {
    $output = $excerpt;

    if ( has_excerpt() ) {
    $output = sprintf( ‘%1$s <p class=”read-more-container”> Start Reading </p>’,
    $excerpt,
    get_permalink()
    );
    }

    return $output;
    }

    Note: I also cleared all my cache, the problem still remains.

    #2458464
    Fernando
    Customer Support

    Hi Shami,

    For reference, can you provide the link to where we can see this issue?

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2458498
    Shami

    sure

    #2458507
    Fernando
    Customer Support

    I see. Can you check what Read More Label you have set in Appearance > Customize > Layout > Blog?

    Reference: https://docs.generatepress.com/article/blog-overview/

    #2458511
    Shami

    Oh I see, I totally forgot about it. 😅 Thanks for reminding me.

    #2458515
    Fernando
    Customer Support

    You’re welcome, Shami! 🙂

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