[Resolved] problem displaying blog categories

Home Forums Support [Resolved] problem displaying blog categories

Home Forums Support problem displaying blog categories

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1285230
    Stephane

    Hi there

    This is one of my categories.

    1. The text is not limited to 25 words. Do you have a solution?

    2. The spacing between my blocks is huge. I don’t understand why.

    3. Is it possible to display the list of items in the category like this?

    Thanks for helping me πŸ™‚

    #1285235
    Stephane
    #1285328
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to your site so i can see what the issues are?
    You can edit your original topic and use the Site URL field to share the link privately.

    #1285370
    Stephane

    I work on local

    #1285554
    David
    Staff
    Customer Support

    Hmmm – tricky to diagnose without seeing the site – lets begin with #1

    Is this on the GP Blog or the Front Page which uses WP Show Posts?

    #1290078
    Stephane

    Hi David,

    The homepage is ok. Only category pages have some troubles:
    https://www.loom.com/share/f6e4ec65250d442cb411ffca7f09d9f5

    #1290103
    David
    Staff
    Customer Support

    Does that only happen in the Customizer ?

    #1290468
    Stephane

    Nope. The same without

    #1290905
    Tom
    Lead Developer
    Lead Developer

    Do those posts have a Post Format set within each post? If so, can you try changing them to “Standard”?

    #1291297
    Stephane

    Hi Tom,

    With your directions, I figured out where the problem is: it’s the “More”. I have 2.000 pages on the site, is there a solution so I don’t have to remove it manually?

    https://www.loom.com/share/2dabe81567fd43868de5d00ddb3418f4

    Regards

    stef

    #1292334
    Tom
    Lead Developer
    Lead Developer

    Aha, try adding this filter:

    add_filter( 'generate_more_tag', '__return_empty_string' );

    #1293108
    Stephane

    Hi Tom,

    Thanks. It works πŸ™‚

    For next users :

    1. I add the code below
    add_filter( 'generate_more_tag', '__return_empty_string' );
    with Code Snippets: https://docs.generatepress.com/article/adding-php/

    2. btw, some of my articles had a Video Post Format. I changed by Standard.

    Thx again GP team, you rock!

    #1294179
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help! πŸ™‚

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