Archived topic
problem displaying blog categories
12 replies · Started by Stephane on May 15, 2020
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?
Hi David,
The homepage is ok. Only category pages have some troubles:
https://www.loom.com/share/f6e4ec65250d442cb411ffca7f09d9f5
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"?
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
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! :)