Archived topic
Customize Blog
9 replies · Started by Ghazi on November 19, 2022
Hello guys
I use the search template
First, I would like to ask, does the template fully support RTL?
Second, I have a problem with customizing the code setup
When you go to Customize Blog and choose
Content type > excerpts, and when specifying the number of words in the Excerpt word count option
Does it not respond to the value that I put in only one article? Why?
Hi there,
1. there may be some tweaks that are required, but 90% yes.
2. Can i see the site ? So i can look why the excerpt isn't updating ?
Hi David
I Set Excerpt word count to 0
To remove Excerpt, but it was applied only to one article only?
The Word Count will only apply to Auto Excerpts.
Are you using Manual Excerpts or More Tags on any of those posts?
Use the RankMath plugin
Is it the reason?
I am not sure what RankMath does in regards to the Excerpt.
If you edit one of the problem posts, do you see anything in the Exerpt Meta box?
See here for reference:
https://docs.generatepress.com/article/excerpt-issues/#read-more-label-or-button-not-showing
Or do you see any <-- more --> tag ( or block in the post content ?
Thank you, the problem has been solved. There was content that was written manually.
1- Question Do you have any code to remove Excerpt for all the previous content? I have a lot of data and it is difficult for me to remove it manually
2- Is it possible for the blog page to display only a specific category of articles?
If the answer is yes, then how do I do it
1. Try this CSS:
:is(.blog,.archive) .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2. Try this PHP snippet, replace the home-category-slug with your category slug.
https://generatepress.com/forums/topic/multiple-static-frontpage-selected-posts-on-frontpage/#post-157558
Adding PHP: https://docs.generatepress.com/article/adding-php/
Thanks
No problem :)