Permalink
Cannot retrieve contributors at this time
neag/content-in-the-media.php
Go to file<?php | |
// This is used when viewing Neag in the Media. | |
?> | |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> | |
<header class="entry-header"> | |
<a href="<?php $key="neag-in-the-media-link"; echo get_post_meta($post->ID, $key, true); ?>"> | |
<?php the_title( '<h1 class="in-the-media-entry-title">', '</h1>' ); ?></a> | |
<?php the_content() ?> | |
</header><!-- .entry-header --> | |
<!--<a href="<?php echo site_url(); ?>/category/neag-in-the-media">Read More »</a>--> | |
<div class="entry-content clearfix subpage"> | |
</div><!-- .entry-content --> | |
</article><!-- #post-## --> |