Hi,
I have a simple question, but I can't find the answer anywhere online or by checking code myself.
I'm trying to get rid of comments part located in [recent_posts meta="yes"].
I'm using the following code to generate previews for blog posts.
[recent_posts thumbnail="yes" title="yes" meta="yes" excerpt="yes"][/recent_posts]
As I've wrote before, the comments are tided to meta="yes", but I can't simply remove it, because it'll also remove the date post was created & I need it.
Any help is much appreciated!