edited how the content from post is displayed, as categories and other extra content
This commit is contained in:
parent
01beafd04d
commit
39ff8f321f
|
@ -19,6 +19,7 @@
|
|||
?>
|
||||
<div class="entry-meta">
|
||||
<?php
|
||||
ofisuport_display_faqs_labels();
|
||||
//ofisuport_posted_on();
|
||||
//ofisuport_posted_by();
|
||||
?>
|
||||
|
@ -53,6 +54,6 @@
|
|||
</div><!-- .entry-content -->
|
||||
|
||||
<footer class="entry-footer">
|
||||
<?php ofisuport_entry_footer(); ?>
|
||||
<?php //ofisuport_entry_footer(); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
|
|
Loading…
Reference in New Issue