• Hi, I am looking for a way to hide the posts show in search results (tag search), I would like to keep the name of the post only, could someone help me with this one?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Hello!
    I see you’re not using Excerpts for your posts. Maybe it’s a feature you’d like to try? Here’s how https://wordpress.com/support/excerpts/

    If you still want to hide the .entry-content from your Tag Archives, this should do the trick

    .archive.tag article .entry-content {
    	display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘hide entry-content on on archive pages, posts show’ is closed to new replies.