pluto3/featured-content.php
2017-09-19 16:23:41 +08:00

7 lines
359 B
PHP

<article id="post-featured-<?php the_ID(); ?>" <?php post_class('featured-post'); ?>>
<?php osetin_get_media_content('pluto-top-featured-post'); ?>
<div class="post-content-body">
<a href="<?php echo esc_url( get_permalink() ); ?>" class="post-title entry-title"><?php the_title(); ?></a>
<?php echo get_the_category_list(); ?>
</div>
</article>