|
@@ -27,10 +27,12 @@
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<footer class="article-footer">
|
|
<footer class="article-footer">
|
|
|
|
|
+
|
|
|
|
|
+ <?php if(get_the_category_list(', ') != ''): ?>
|
|
|
|
|
+ <?php printf( __( 'Filed under: %1$s', 'bonestheme' ), get_the_category_list(', ') ); ?>
|
|
|
|
|
+ <?php endif; ?>
|
|
|
|
|
|
|
|
- <?php printf( __( 'Filed under: %1$s', 'bonestheme' ), get_the_category_list(', ') ); ?>
|
|
|
|
|
-
|
|
|
|
|
- <?php the_tags( '<p class="tags"><span class="tags-title">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '</p>' ); ?>
|
|
|
|
|
|
|
+ <?php the_tags( '<p class="tags"><span class="tags-title">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '</p>' ); ?>
|
|
|
|
|
|
|
|
</footer> <!-- end article footer -->
|
|
</footer> <!-- end article footer -->
|
|
|
|
|
|