Reply To: Removing article-info and the pages section

#18489
hcspongberg
Participant

I am trying to achieve the same goal regarding the meta data information being unnecessary on the page for my site, but after removing the specified section from each txt file over FTP, the

Author
Date
Category

Is still there. When I tried to remove the specified section from each content.php etc file through my WordPress Admin page:

<aside class=”entry-meta”>

  • < ?php _e( ‘Written by’, ‘minimatica’ ); ?> < ?php the_author_posts_link(); ?>
  • < ?php _e( ‘on’, ‘minimatica’ ); ?> <time datetime=”<?php the_time( ‘Y-m-d’ ); ?>”>< ?php the_time( get_option( ‘date_format’ ) ); ?></time>
  • < ?php _e( ‘Filed under’, ‘minimatica’ ); ?> < ?php the_category( ‘, ‘ ); ?>
  • < ?php edit_post_link( __( ‘Edit’, ‘minimatica’ ), ‘

  • ‘, ” ); ?>

< ?php the_tags( ‘<div class=”entry-tags”>’, ‘ ‘, ” ); ?>
</aside><!– .entry-meta –>

I receive an error – my site loads and there is an error message (theme intact) with the post title saying page not found. Under that, in small text: The content you were looking for could not be found.

I am using Minimatica with everything up to date.

I was successfully able to remove the comments feature by using the Editor through the WordPress website directly.

I know this seems like a basic thing but I have been working to resolve this on my own for hours and would appreciate any ideas.