Adding ID to comment labels for post

This commit is contained in:
Vinod Dalvi 2017-05-10 14:11:46 +05:30
parent b330bbaba7
commit d61599b1ef
3 changed files with 3 additions and 3 deletions

View file

@ -40,4 +40,4 @@
?>
</footer><!-- .entry-footer -->
<?php endif; ?>
</article><!-- #post-## -->
</article><!-- #post-<?php the_ID(); ?> -->