[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Envato Assets
/
Maret 2021
/
main
/
topseo
/
[
Home
]
File: content-audio.php
<?php /** * The template for displaying posts in the Audio post format */ $audio = (function_exists('fw_get_db_post_option') ? fw_get_db_post_option($post->ID, 'audio') : ''); ?> <div itemscope itemtype="https://schema.org/Blog"> <article id="post-<?php the_ID(); ?>" class="blog-post post-type-audio hentry" itemid="<?php echo get_permalink(); ?>" itemscope itemtype="http://schema.org/BlogPosting"> <div class="flw" itemprop="mainEntityOfPage"> <?php if($audio != ''): echo '<div class="blog-post-cover use-plyr-render">'. htmlspecialchars_decode(esc_html($audio)); topseo_blog_post_top_left_info(); echo '</div>'; endif; ?> <!-- Publisher --> <div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="<?php echo esc_url(home_url('/')); ?>" /> <meta itemprop="width" content="100" /> <meta itemprop="height" content="100" /> </div> <meta itemprop="name" content="<?php the_author(); ?>" /> </div> <!-- //Publisher --> <!-- Modified date --> <span itemprop="dateModified" class="screen-reader-text"> <time datetime="<?php echo esc_attr( get_the_modified_time( 'Y-m-d' ) ); ?>"> <?php the_modified_date(); ?> </time> </span> <span class="screen-reader-text" itemprop="datePublished" content="<?php echo get_the_time('c'); ?>"></span> <!-- //Modified date --> <span class="screen-reader-text" itemprop="author"><?php the_author(); ?></span> <div class="screen-reader-text" itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <img src="<?php echo get_template_directory_uri() . '/images/thumbnail-default.jpg'; ?>" alt="<?php esc_attr_e('Blog thumbnail', 'topseo'); ?>"> <meta itemprop="url" content="<?php echo get_template_directory_uri() . '/images/thumbnail-default.jpg'; ?>" /> <meta itemprop="width" content="870" /> <meta itemprop="height" content="420" /> </div> <div class="blog-post-info entry-content"> <?php // detect page template topseo_blog_grid_template(); // author - category top_seo_post_by(); ?> <div class="blog-post-sumary"> <header> <?php topseo_post_title(); ?> </header> <?php if(is_single()) : the_content(); wp_link_pages(); ?> <?php else : ?> <div class="blog-post-some-text"><?php the_excerpt(); ?></div> <?php endif; ?> <?php if(!is_single()) : ?> <div class="blog-btn-read-more"><a href="<?php the_permalink(); ?>" class="ion-ios-list-outline"><?php esc_html_e('READ MORE', 'topseo'); ?></a></div> <?php endif; ?> </div> </div> </div> </article> </div>