What Sarah suggested worked! Thank you so much.
Thank you so much for your replies! cedcommmerce, the entire page.php file reads:
get_header(); ?>
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content” role=”main”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!– #content .site-content –>
</div><!– #primary .content-area –>
<?php get_footer(); ?>
I don’t see which part I would have to comment to remove the categories and tags?
In the meantime, I’ll try the solution suggested by Sarah!