• I would like to display the post categories below the title and featured image. Basically make it the appear below the post title across the entire site.

    Any suggestions are greatly appreciated!

    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Michael.

    First off you’d need to edit /inc/page-title.php with a child theme and remove:

    <li class="category"><?php the_category(' <span>/</span> '); ?></li>

    (or the whole meta-single section there to remove the top line part completely)

    Then you’d go and edit single.php and locate:

    <?php the_time(get_option('date_format')); ?>

    After this, add

    In <?php the_category(' <span>/</span> '); ?>

    As an example.

    Thread Starter Michael Vieth

    (@mavieth)

    Thank you! Great support and a great theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories Display Below Post (rather than above)’ is closed to new replies.