• Hey guys, firstly – very nice theme.

    What I’m after is two things within the Post Grid Layout #4

    1) how do I add an excerpt
    2) how do I remove the author tag

    Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello prosocpeter ,

    1) Go to post edit and upper right corner you’ll find screen options select excerpts.
    2) there is also checkbox available for author deselect checkbox.or to hide author name you can use plugin show/hide author name
    or you can use css .

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .pd_post_author {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter sohoAus

    (@sohoaus)

    Hey guys –

    The 2) issue worked – I used your css to hide the author – thanks for that.

    but…

    1) Go to post edit and upper right corner you’ll find screen options select excerpts.

    The excerpt fix did not work. I already had the Screen Options / Excerpts open and nothing I did seemed to work.

    Any ideas on this one?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Excerpt in Post Grid Layout 4’ is closed to new replies.