<?php /** * Contains the post embed base template * * When a post is embedded in an iframe, this file is used to create the output * if the active theme does not include an embed.php template. * * @package WordPress * @subpackage oEmbed * @since 4.4.0 */ get_header( 'embed' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'embed', 'content' ); endwhile; else : get_template_part( 'embed', '404' ); endif; get_footer( 'embed' );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
comments.php | File | 2.1 KB | 0644 |
|
embed-404.php | File | 967 B | 0644 |
|
embed-content.php | File | 3.4 KB | 0644 |
|
embed.php | File | 481 B | 0644 |
|
footer-embed.php | File | 438 B | 0644 |
|
footer.php | File | 1.03 KB | 0644 |
|
header-embed.php | File | 702 B | 0644 |
|
header.php | File | 1.85 KB | 0644 |
|
sidebar.php | File | 4.38 KB | 0644 |
|