Display category title without link.
-
Hi All,
Is is possible to display the name of blog category minus the link? All I want to display is the name of category below the name of my posts but WordPress automatically applies a URL.
This is what I have so far:
<div class="post__inner"> <div class="category__list"> <p class="cat"> <?php echo get_the_category_list(', '); ?> </p> <div class="post__stamp"> <?php the_time('F j, Y'); ?> </div> </div> <div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display category title without link.’ is closed to new replies.