Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -13,7 +13,8 @@
|
|||
get_header( 'embed' );
|
||||
|
||||
if ( have_posts() ) :
|
||||
while ( have_posts() ) : the_post();
|
||||
while ( have_posts() ) :
|
||||
the_post();
|
||||
get_template_part( 'embed', 'content' );
|
||||
endwhile;
|
||||
else :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue