• Resolved bpg135

    (@bpg135)


    Hello,

    I would like to remove the “posted on” text that displays under each post title, and I would like to display just the date.

    I have searched through CSS and various PHP files but can’t figure it out.

    Any help would be much appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Han

    (@hwijaya)

    copy /partials/entry-byline.php into your child theme and modify the code accordingly.

    <div class="entry-meta">
    	<?php
    	echo omega_apply_atomic_shortcode( 'entry_byline', __( '[post_date]  [post_edit before=" | "]', 'omega' ) );
    	?>
    </div><!-- .entry-meta -->
    Thread Starter bpg135

    (@bpg135)

    Thank you, Han!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "posted on" from beneath title’ is closed to new replies.