add files
This commit is contained in:
17
template-parts/micro/post.php
Normal file
17
template-parts/micro/post.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--[micro/post]-->
|
||||
|
||||
<link itemprop="mainEntityOfPage" href="<?= get_permalink(); ?>"/>
|
||||
|
||||
<meta itemprop="inLanguage" content="ru"/>
|
||||
|
||||
<meta itemprop="headline name" content="<?= htmlspecialchars( get_the_title() ) ?>" />
|
||||
|
||||
<meta itemprop="dateModified" content="<?= the_modified_date("c"); ?>"/>
|
||||
|
||||
<?php
|
||||
|
||||
get_template_part("template-parts/micro/terms");
|
||||
|
||||
?>
|
||||
|
||||
<!--[/micro/post]-->
|
||||
Reference in New Issue
Block a user