• Resolved dthiago

    (@dthiagorjbr)


    How to exclude Excerpt Length on homepage?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Carolina Nymark

    (@poena)

    Hi!
    I am afraid I do not understand what you mean.
    Do you want the full content of all the posts to show on the home page?

    Thread Starter dthiago

    (@dthiagorjbr)

    https://i.imgur.com/adeuTbE.png – remove excerpt

    Theme Author Carolina Nymark

    (@poena)

    So you only want the post tile and featured image? No text?

    Thread Starter dthiago

    (@dthiagorjbr)

    yes

    Theme Author Carolina Nymark

    (@poena)

    Adding this code to the Additional CSS option in the Customizer
    will hide the excerpt on the home page, but not from the search results and archives:

    .home .entry-summary {
    	display: none;
    }

    While this code will hide it both from the home page, the search and the archives:

    .entry-summary {
    	display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Excerpt Length on homepage’ is closed to new replies.