• I need to take away the subtitle that is frozen as the date each page was created and the ‘Comments Off’, because these are irrelevant. I have been looking around for months… How can I remove it? :/

    All that’s in my page.php:

    <?php
    get_header();
    get_template_part(‘assets/pages/content’, ‘page’);
    get_sidebar();
    ?>
    </div>
    <?php get_footer() ?>

  • The topic ‘Summit Lite: Date 'Comments Off'’ is closed to new replies.