Add Category
-
Thanks for the theme WP Radcliffe!
I want to add a list of categories and tags in the block “post-meta-top” on the main page by the file content.php, but as a result it did not correctly displayed .
Can you tell me how should i add the category and tags correctly?
Code in content.php:
” title=”<?php the_title(); ?>” class=”post-header section medium-padding”>
<div class=”post-meta-top”>
<?php the_time(get_option(‘date_format’)); ?>
<?php the_category(‘, ‘); ?>
</div>
<h2 class=”post-title”><?php the_title(); ?></h2>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add Category’ is closed to new replies.