Site logo

Archived topic

problem displaying blog categories

12 replies · Started by Stephane on May 15, 2020

Viewing posts 1–13 of 13

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 :)

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.

I work on local

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?

Does that only happen in the Customizer ?

Nope. The same without

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

Aha, try adding this filter:

add_filter( 'generate_more_tag', '__return_empty_string' );

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!

Awesome, glad I could help! :)

This archived topic is closed to new replies.