Archived topic
specific category
5 replies · Started by demoxing on August 13, 2020
Hello,
I want to show a specific category post in my footer widget section not all categories names.
when I select the category it will show all categories which I have. but I don't want to show categories, I want to show category posts here.
reference: https://imgur.com/cZNOJel
Hi there,
That's a WordPress widget so the theme cannot control it.
Maybe a plugin like WP Show Posts would help?
https://en-ca.wordpress.org/plugins/wp-show-posts/
Alright I have installed the plugin and set it up but I have a question, see here: https://imgur.com/eyNVLbC
I set it for only post titles, but the space between 2 posts are a lot, how to less the space? and the plugin showing the full title of the post, is it possible to make it limited? I mean the post title excerpt length?
Hi there,
try adding this CSS:
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
margin-bottom: 0.75em;
}
David thank you so much. problem solved again! and Leo thanks for the plugin recommendation.
You're welcome