Archived topic
Bullet with latest post
6 replies · Started by steven on November 30, 2021
I tried to add bullet on latest post styling. But nothing is displayed.
I used this code
.widget.widget_recent_entries li {
list-style-position: outside;
list-style-type: disc;
}
Hi there,
Try this CSS instead:
aside#block-3 .wp-block-latest-posts.wp-block-latest-posts__list li {
list-style: disc;
}
Let us know how it goes. :D
Omg it's working
Thank you :)
Do you know how i can display date ?
Do you know how i can display date ?
You'll need a plugin that lets you customize the listing as the default recent post list will only list the post title. :)
you have an idea ?
Plugins like WP Show Posts or any Post grid plugin that lets you display only the title and entry meta should work.
You can check the plugins listed here - https://wordpress.org/plugins/search/post+grid/ - and keep your preferred one. :D