I already know what you mean, please open Startup/gavern/helpers/helpers.layout.fragments.php, find function gk_post_meta (around line 212) and inside this function, before <aside class="meta"> mark, add this condition
- Code: Select all
<?php if(!is_page()) : ?>
after </aside> add this line:
- Code: Select all
<?php endif; ?>
It should helps..