• Cool plugin. One request – referring to your Example #3: Year/Month Archive. Would it be possible to modify the shortcode or plugin code to display the title as Month/Year?

    Instead of “2014, August
    We would like to the title to read “August 2014” (no comma)

    My client thinks that would look better and I agree. Thank you!

    https://www.ads-software.com/plugins/w4-post-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would love to see this feature as well!

    Thread Starter hornof

    (@hornof)

    Got it. Change line 664 in postlist.php
    from
    ‘title’ => mysql2date( ‘Y, F’, $post->{$groupby_time} ),
    to:
    ‘title’ => mysql2date( ‘F Y’, $post->{$groupby_time} ),

    Thanks again for a real nice plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reverse "Year, Month" in group_title ?’ is closed to new replies.