Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cwes93

    (@cwes93)

    The line of code I’m talking about is: newsframe_entry_meta():

    Theme Author Edward R. Jenkins

    (@cardiganmedia)

    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 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.