Skip to content

Instantly share code, notes, and snippets.

@mustafix
Created December 6, 2016 14:49
Show Gist options
  • Save mustafix/0254242fa0b52e4c950a82ddcbd0a0b1 to your computer and use it in GitHub Desktop.
Save mustafix/0254242fa0b52e4c950a82ddcbd0a0b1 to your computer and use it in GitHub Desktop.
// for comments
<?php if ( comments_open() ) : ?>
<span class="on-your-class"><?php comments_popup_link('No Comment', '1 Comment', '% Comments'); ?></span>
<?php endif; ?>
// for tags
<span class="entry-tags"><?php if (function_exists('the_tags')) the_tags('Tags: ', ', '); ?></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment