Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created April 2, 2016 13:17
Show Gist options
  • Save DustinHartzler/6db1bd47d0099ea8c436060bdd40d084 to your computer and use it in GitHub Desktop.
Save DustinHartzler/6db1bd47d0099ea8c436060bdd40d084 to your computer and use it in GitHub Desktop.
<header class="archive-header">
<h1 class="fl"><?php _e( 'Archive', 'woothemes' ); ?> | <?php single_cat_title( '', true ); ?></h1>
<span class="fr archive-rss"><?php $cat_id = get_cat_ID( single_cat_title( '', false ) ); echo '<a href="' . get_category_feed_link( $cat_id, '' ) . '">' . __( 'RSS feed for this section', 'woothemes' ) . '</a>'; ?></span>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment