forked from mirror/_s
Merge pull request #1106 from vinoddalvi/master
Adding ID to comment labels for post articles
This commit is contained in:
commit
7320fe67a3
|
@ -47,4 +47,4 @@
|
||||||
?>
|
?>
|
||||||
</footer><!-- .entry-footer -->
|
</footer><!-- .entry-footer -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</article><!-- #post-## -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
|
@ -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(); ?> -->
|
||||||
|
|
|
@ -51,4 +51,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(); ?> -->
|
||||||
|
|
Reference in New Issue