Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    In content-featured.php, add the following where you want to display the categories:

    <?php the_category(' / '); ?>
    Thread Starter loyukfai

    (@loyukfai)

    Thanks!!! I adjusted the relevant codes…

    <div>
      <span class="featured-category"><?php the_category(' / '); ?> </span>
      <span class="featured-date"><i class="far fa-clock"></i> <?php the_time( get_option('date_format') ); ?></span>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Post Categories on Featured Section?’ is closed to new replies.