wordpress/php-fpm/wordpress_files/themes/the-bootstrap/partials/content-quote.php
2020-05-22 01:40:23 +00:00

17 lines
456 B
PHP

<?php
/** content-quote.php
*
* The template for displaying posts in the Quote Post Format on index and archive pages
*
* Learn more: http://codex.wordpress.org/Post_Formats
*
* @author Konstantin Obenland
* @package The Bootstrap
* @since 1.0.0 - 07.02.2012
*/
get_template_part( '/partials/content', 'aside' );
/* End of file content-quote.php */
/* Location: ./wp-content/themes/the-bootstrap/partials/content-quote.php */