On modality pro 1.05 and had the same problem. The checkbox to disable this only works for the meta info that’s inside the post but on the main page if you have the ‘latest news’ section turned on, it shows the ‘date by author’ with the calendar and person icons which I wanted to turn off as well.
It would be GREAT if there was a checkbox to turn the meta info and the icons off for the main page of the latest news.
I worked around this by clearing out the owlpost template, not the most elegant solution because maybe for certain categories I would want that info to show up.
I setup a child theme and edited the Modality Pro: owlpost-info.php
Removed everything except what you see below:
<?php
/**
* @package Modality
*/
?>
<div class="post-info">
</div>
These are also some plugins that I tried, one or all of them worked to remove the meta info but the icons still showed up which is why I had to mod the owlpost file.
-WP Meta and date remover
-Remove/hide Author, Date, Category Like Entry-Meta
-Show Hide Author (worked but only within the post, same as the post info disable checkbox)