- This topic has 9 replies, 3 voices, and was last updated 3 years, 5 months ago by
Ying.
-
AuthorPosts
-
November 19, 2022 at 3:03 am #2422625
Ghazi
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?November 19, 2022 at 4:22 am #2422700David
StaffCustomer SupportHi 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 ?
November 19, 2022 at 4:26 am #2422705Ghazi
Hi David
I Set Excerpt word count to 0
To remove Excerpt, but it was applied only to one article only?November 19, 2022 at 6:04 am #2422804David
StaffCustomer SupportThe Word Count will only apply to Auto Excerpts.
Are you using Manual Excerpts or More Tags on any of those posts?November 19, 2022 at 6:11 am #2422811Ghazi
Use the RankMath plugin
Is it the reason?November 19, 2022 at 6:17 am #2422821David
StaffCustomer SupportI 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-showingOr do you see any
<-- more -->tag ( or block in the post content ?November 19, 2022 at 3:24 pm #2423435Ghazi
Thank you, the problem has been solved. There was content that was written manually.
1- Question Do you have any
codeto remove Excerpt for all the previous content? I have a lot of data and it is difficult for me to remove it manually2- 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 itNovember 20, 2022 at 1:42 pm #2424518Ying
StaffCustomer Support1. 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-slugwith your category slug.
https://generatepress.com/forums/topic/multiple-static-frontpage-selected-posts-on-frontpage/#post-157558Adding PHP: https://docs.generatepress.com/article/adding-php/
November 20, 2022 at 3:04 pm #2424569Ghazi
Thanks
November 21, 2022 at 10:29 am #2425969Ying
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.