header. ff logo. more layout.

This commit is contained in:
ut 2018-11-06 19:37:22 +01:00
commit 9ace79b772
9 changed files with 288 additions and 50 deletions

View file

@ -11,6 +11,6 @@ if ( ! function_exists( 'foundationpress_entry_meta' ) ) :
/* translators: %1$s: current date, %2$s: current time */
echo '<p class="byline author">';
echo '<time class="updated" datetime="' . get_the_time( 'c' ) . '">' . sprintf( __( 'Posted on %1$s at %2$s.', 'foundationpress' ), get_the_date(), get_the_time() ) . '</time>';
echo '' . __( 'Written by', 'foundationpress' ) . ' <a href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" rel="author" class="fn">' . get_the_author() . '</a></p>';
echo ' ' . __( 'Written by', 'foundationpress' ) . ' <a href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" rel="author" class="fn">' . get_the_author() . '</a></p>';
}
endif;