Viewing 2 replies - 1 through 2 (of 2 total)
  • If you go to Plug-Ins and Edit, then you can add one space to the code to fix this small and odd bug.

    Look for this line:
    if ( $show_date ) echo '<span class="post-date">' . get_the_time( get_option( 'date_format' ) ) . '</span>';

    And change it to this:

    if ( $show_date ) echo ' <span class="post-date">' . get_the_time( get_option( 'date_format' ) ) . '</span>';

    Thread Starter Alex

    (@asjwyattgmailcom)

    Great, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No space between post title and date’ is closed to new replies.