Site logo

[Resolved] Customize Blog

Home Forums Support [Resolved] Customize Blog

Home Forums Support Customize Blog

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #2422700
    David
    Staff
    Customer Support

    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 ?

    #2422705
    Ghazi

    Hi David

    I Set Excerpt word count to 0
    To remove Excerpt, but it was applied only to one article only?

    #2422804
    David
    Staff
    Customer Support

    The Word Count will only apply to Auto Excerpts.
    Are you using Manual Excerpts or More Tags on any of those posts?

    #2422811
    Ghazi

    Use the RankMath plugin
    Is it the reason?

    #2422821
    David
    Staff
    Customer Support

    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 ?

    #2423435
    Ghazi

    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

    #2424518
    Ying
    Staff
    Customer Support

    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/

    #2424569
    Ghazi

    Thanks

    #2425969
    Ying
    Staff
    Customer Support

    No problem 🙂

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