File "content.php"
Full Path: /home/refref/public_html/wordfence/knowhow/content.php
File size: 515 bytes
MIME-type: text/html
Charset: utf-8
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
<?php ht_post_format_standard() ?>
<h2 class="entry-title">
<a rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h2>
<div class="entry-content">
<?php the_excerpt(); ?>
</div>
<a href="<?php the_permalink(); ?>" class="readmore" title="<?php echo esc_attr( sprintf( the_title_attribute( 'echo=0' ) ) ); ?>" rel="nofollow"><?php _e( 'Vezi referatul complet', 'framework' ); ?><span> →</span></a>
</article>