mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
440 B
PHP
17 lines
440 B
PHP
<?php
|
|
/** content-video.php
|
|
*
|
|
* The template for displaying posts in the Video Post Format on index and archive pages
|
|
*
|
|
* Learn more: http://codex.wordpress.org/Post_Formats
|
|
*
|
|
* @author Konstantin Obenland
|
|
* @package The Bootstrap
|
|
* @since 1.0.1 - 07.03.2012
|
|
*/
|
|
|
|
get_template_part( '/partials/content', 'aside' );
|
|
|
|
|
|
/* End of file content-video.php */
|
|
/* Location: ./wp-content/themes/the-bootstrap/partials/content-video.php */ |