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 --> </footer><!-- .entry-footer -->
<?php endif; ?> <?php endif; ?>
</article><!-- #post-## --> </article><!-- #post-<?php the_ID(); ?> -->

View File

@ -27,4 +27,4 @@
<footer class="entry-footer"> <footer class="entry-footer">
<?php _s_entry_footer(); ?> <?php _s_entry_footer(); ?>
</footer><!-- .entry-footer --> </footer><!-- .entry-footer -->
</article><!-- #post-## --> </article><!-- #post-<?php the_ID(); ?> -->

View File

@ -44,4 +44,4 @@
<footer class="entry-footer"> <footer class="entry-footer">
<?php _s_entry_footer(); ?> <?php _s_entry_footer(); ?>
</footer><!-- .entry-footer --> </footer><!-- .entry-footer -->
</article><!-- #post-## --> </article><!-- #post-<?php the_ID(); ?> -->