• I need to make some mods to the WP RSS widget’s date format.

    In /wp-incliudes/widgets.php line 1604.

    $date = ' <span class="rss-date">' . date_i18n( get_option( 'date_format' ), $date_stamp ) . '</span>';

    What are the other options here other than time_format (which I’ve tried) are available. It it possible to use regular PHP date formatting (d M y)?

  • The topic ‘Change WP RSS widget date format’ is closed to new replies.