• Resolved aditya243

    (@aditya243)


    read more button not coming up when I am entering the manual excerpt. While it is coming when the WordPress automatically detects 55 words as excerpt. How to solve this in manual excerpt

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter aditya243

    (@aditya243)

    Also, is it possible to create a Home page like this in Generate press free version, where the featured image is showing in left and excerpt is showing right with read more button below. Please let me know how can I exactly have the same home page like this : DeshiBulls

    ying

    (@yingscarlett)

    Hi there,

    Try this:https://docs.generatepress.com/article/activating-read-custom-excerpt/

    For the layout, try this CSS:

    @media(min-width: 769px) { 
    :is(.blog,.archive) .inside-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    :is(.blog,.archive) header.entry-header {
    width: 100%;
    }

    :is(.blog,.archive) :is(.post-image, .entry-summary) {
    flex: 0 0 48%;
    }
    }
    Thread Starter aditya243

    (@aditya243)

    Thanks for the code Ying. Can you help me with the box part too as shared here DeshiBulls. This site contains the posts on Home page and that too with each post in a separate container?

    Alvind

    (@alvindcaesar)

    Hi there,

    This site contains the posts on Home page and that too with each post in a separate container

    Set the Content Layout to Separate Containers by going to Appearance > Customize > Layout > Container.

    Thread Starter aditya243

    (@aditya243)

    I had already enabled the container but what I am talking about is the container for each post showing on this website: DeshiBulls where each post appears in box on home page

    Alvind

    (@alvindcaesar)

    In that case, you’ll need GP Premium because you’ll need to use the Loop Template element to customize the blog card layout.

    Thread Starter aditya243

    (@aditya243)

    .

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