Tagged: categories, excerpt
Josue helped me with how we want our categories to show in the list… I am trying to find out if the part that goes in the excerpt below can be somehow saved in the post template… so when you use that template there is already code (which is just the image code and the text from the post) in that excerpt part.
I also need some space between the posts in the category lists (by that I mean, we use the category as a menu item so if someone clicks on New Listings they get all posts with that saved as a category) because it is confusing now without space.
And when those show, they go flush to the side of the page, can I add some padding there but not on the PAGES? So padding for posts in category view but not pages?
Hey Lucille,
1. Hm, i don’t know if that’s possible to be honest, you may get a workaround using a plugin like this – https://wordpress.org/plugins/easy-custom-auto-excerpt/
2. Add this to Quick CSS:
#top.archive article.post-entry {
margin-bottom: 150px;
}
3. Can you post a screenshot / mockup of what you want to achieve here?
Best regards,
Josue