I’d like to customize the [show_post_snippets] shortcode I’ve added to one of my pages, but I’m having some issues that I haven’t been able to figure out:
1. When I hover over the post thumbnail, the post title and tags appear. How can I modify the shortcode to show the post’s publication date instead of the tags?
2. The posts are displayed in the grid in reverse chronological order. How can I modify the shortcode to display the posts in chronological order?
3. When I enter the two tags that I want the shortcode to retrieve, the grid shows posts that have either one of those tags. For example, if I enter terms="red, ball,"
the grid will show post that have the tags red OR ball. I’d like it to only show posts that are tagged red AND ball. How can I modify the shortcode to only show posts that have both tags?
Thanks for any help.