• Resolved Paul

    (@wilkymetal)


    Hi there,
    Currently each blog item has a date below the title and the label is “Published”.

    Is it possible I can change this to “Date” as these are events that are in the future.

    Thank you very much.

    • This topic was modified 5 years, 11 months ago by Paul.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Travis

    (@tjtaylor)

    Yes, you will need to swap out line 147 of wp-rss-retriever.php with this line:

    $output .= '<span class="wp_rss_retriever_date">' . sprintf( __( 'Date', 'wp-rss-retriever' ) . ': %s', $time ) . '</span>';

    Thread Starter Paul

    (@wilkymetal)

    Thank you very much!
    It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change “Published” to something else’ is closed to new replies.