• Resolved protoo

    (@protoo)


    Is that possible? Thank you!

    Sorry about the series of questions on the themes. I really appreciate your help!

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

    (@alxmedia)

    Edit content.php on line 14 and replace:

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

    With this:

    <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Replace date with post category in homepage and archives’ is closed to new replies.