Title: Changing entry meta data
Last modified: August 22, 2016

---

# Changing entry meta data

 *  Resolved [cwes93](https://wordpress.org/support/users/cwes93/)
 * (@cwes93)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-entry-meta-data/)
 * Hi there,
 * I’m a newcomer to WordPress but I built this site using these forums: [http://www.songchronicle.com](http://www.songchronicle.com)
 * Now I’m trying to change the entry meta data to only display the date instead
   of “posted by…xyz”. I’ve looked up on a couple of other forums how to do this
   and it seems that the line of code people are using with other themes is not 
   present in the Newsframe theme. Here is what I was using for reference as this
   is my exact issue:
 * [http://wordpress.org/support/topic/edit-entry-meta-information?replies=6](http://wordpress.org/support/topic/edit-entry-meta-information?replies=6)
 * Any help is greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [cwes93](https://wordpress.org/support/users/cwes93/)
 * (@cwes93)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-entry-meta-data/#post-5236174)
 * The line of code I’m talking about is: newsframe_entry_meta():
 *  Theme Author [Edward R. Jenkins](https://wordpress.org/support/users/cardiganmedia/)
 * (@cardiganmedia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-entry-meta-data/#post-5236533)
 * Hi Cwes,
 * The line of code producing that starts at line 24 in the single.php template:
 *     ```
       <section class="byline">
       <span class="postinfo ">
       <?php _e('By ' , 'newsframe' ); ?>
       <?php the_author_posts_link(); ?>
       </span> -
       <span class="postinfo hideforprint">
       Published: <?php the_time('m/d/Y'); ?> - Section:
       <?php the_category(', ') ?>
       </span>
       </section>
       ```
   
 * Remember to please use a child theme for modifications, else your changes will
   be overwritten during updates. [Here’s a child theme tutorial](https://www.edwardrjenkins.com/tutorials/use-child-theme-newsframe-pro-business-version/)
   I wrote for NewsFrame Pro, but the same basic info applies for the basic version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing entry meta data’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/newsframe/2.3.4/screenshot.png)
 * NewsFrame
 * [Support Threads](https://wordpress.org/support/theme/newsframe/)
 * [Active Topics](https://wordpress.org/support/theme/newsframe/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/newsframe/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/newsframe/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Edward R. Jenkins](https://wordpress.org/support/users/cardiganmedia/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/changing-entry-meta-data/#post-5236533)
 * Status: resolved