File "_info.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/publisher/views/general/post/_info.php
File size: 462 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
publisher_meta_tag( 'full' );
$logo = publisher_get_option( 'logo_image' ); // Site logo
?>
<div itemprop='publisher' itemscope='' itemtype='https://schema.org/Organization' style='display:none;'>
<div itemprop='logo' itemscope='' itemtype='https://schema.org/ImageObject'>
<img src='<?php echo $logo; ?>'/>
<meta content='<?php echo $logo; ?>' itemprop='url'/>
</div>
<meta content='<?php bloginfo( 'name' ); ?>' itemprop='name'/>
</div>