Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?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 &raquo;</a>-->
<div class="entry-content clearfix subpage">
</div><!-- .entry-content -->
</article><!-- #post-## -->