Hello,
I took a look at your website. Your theme uses the <div class=”post-meta”>. This plugin only address the entry-meta and entry-footer.
<div class=”post-meta”>
*
*
*
</div>
Also, I looked at your category listing. This is the worst case senerio. What your theme developer did was to nest the date in the <div class=”content”>. For this you absolutely have to write a child theme if your theme supports it.
<div class=”content”>
<time datetime=”2015-01-05T11:01:53+00:00″>05/01/2015 </time>
</div>
That’s kind of a no-no for theme development. It is really hard to get at the date and other meta since it is nested with in the class=”content”.
The good news is the new version comming soon WP Author, Date and Meta Remover to address most of these issues.
Thank you.
Johnie
If you have any questions, please let me know. 😉