?AlkantarClanX12
| Current Path : /home/rankinh/lynkandco/wp-content/plugins/nexteuv-plus/modules/blog/templates/post-extra/ |
| Current File : /home/rankinh/lynkandco/wp-content/plugins/nexteuv-plus/modules/blog/templates/post-extra/title.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<!-- Entry Title -->
<div class="entry-title">
<h4><?php
if( is_sticky( $post_ID ) ) echo '<span class="sticky-post"><i class="wdticon-thumb-tack"></i><span>'.esc_html__('Featured', 'nexteuv-plus').'</span></span>'; ?>
<a href="<?php echo get_permalink( $post_ID );?>" title="<?php printf(esc_attr__('Permalink to %s','nexteuv-plus'), the_title_attribute('echo=0'));?>"><?php the_title();?></a>
</h4>
</div><!-- Entry Title -->