* @copyright Copyright (c) 2009-2013, Edward Caissie * * Last revised April 19, 2012 * @version 2.0 * Addressed `_e` and other output / i18n issues * * @version 2.2 * @date March 11, 2013 * Refactored code formatting and code block termination comments * Refactored to be more i18n compatible */ global $m; $display_date = ''; /** works for default permalinks only */ if ( $m <> "" ) { if ( strlen( $m ) == 8 ) { $display_date = strftime( "%d %B %Y", strtotime( $m ) ); } elseif ( strlen( $m ) == 6 ) { /** Hack - function requires Year, Month, Day(?), at 6 characters only Year and Month are given */ $m .= "01"; $display_date = strftime( "%B %Y", strtotime( $m ) ); } else { /** Year only - no manipulation required */ $display_date = $m; } /** End if - string length is 8 */ /** @var $display_date - output variable */ $display_date = ": " . $display_date; } /** End if - month not empty */ get_header(); ?>
id="post-">

in %1$s
', 'groundfloor' ), get_the_category_list( ', ' ) ) ); ?>
'

Pages: ', 'after' => '

', 'next_or_number' => 'number' ) ); } else { the_excerpt(); } /** End if - count is less than or equal to 3 */ ?>

' . esc_html( get_search_query() ) . '' ); ?>