How to display date in w4 post list plugin?
-
Hi
I am using W4 Post List plugin and their template will like below
<ul class="list-unstyled">
[groups]
<li><h4>[group_title]</h4>
<ol>
[posts]
<li>
[title] - [post_date format="d/m/Y"]
</li>
[/posts]
</ol>
</li>
[/groups]
</ul>I tried to insert your template tag: %post_modified% after the [title] but it showing the code, it didn’t display the date.
Could you please give me a hint?
Thanks
- You must be logged in to reply to this topic.