X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/febc815b2c9d85be5717da9e8d164bd2daa97e31..16e7b37c7914d753890c1a05a9335f3b43751eb8:/wp-content/themes/twentyseventeen/template-parts/post/content.php diff --git a/wp-content/themes/twentyseventeen/template-parts/post/content.php b/wp-content/themes/twentyseventeen/template-parts/post/content.php new file mode 100644 index 00000000..7eeaa20e --- /dev/null +++ b/wp-content/themes/twentyseventeen/template-parts/post/content.php @@ -0,0 +1,71 @@ + + +
> + 'thumb-tack' ) ); + endif; + ?> +
+ '; + if ( is_single() ) : + twentyseventeen_posted_on(); + else : + echo twentyseventeen_time_link(); + twentyseventeen_edit_link(); + endif; + echo ''; + endif; + + if ( is_single() ) { + the_title( '

', '

' ); + } else { + the_title( '

', '

' ); + } + ?> +
+ + +
+ + + +
+ + +
+ "%s"', 'twentyseventeen' ), + get_the_title() + ) ); + + wp_link_pages( array( + 'before' => '', + 'link_before' => '', + 'link_after' => '', + ) ); + ?> +
+ + + + + +