• I am very new to wordpress and know very little about writing code. I am using the Oxygen theme and I would like to remove the date from the Featured image in the slider.
    I would greatly appreciate any simple direction to solve this issue.

    Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can probably hide this with CSS. Take a look in Firefox with Firebug to find the class/id and then set this to ‘display: none’ in your style.css file or child theme styles.

    Thread Starter Gr8rLA

    (@gr8rla)

    I don’t use Firefox. Currently using Chrome and Safari. Are there programs like Firebug for those browsers or should I just download Firefox and Firebug?

    You can use Firebug lite on Chrome.

    Did you ever find a solution for this, I also cannot get the dates to go away.

    Remove the following code from ‘featured-content.php’

    <?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published]', 'oxygen' ) . '</div>' ); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing date from featured slider’ is closed to new replies.