I
I
ivasenkoartem2018-07-12 15:26:42
WordPress
ivasenkoartem, 2018-07-12 15:26:42

How to display only the category name?

<?php the_category(); ?>Displays a link.
I only need the category name.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vova, 2018-07-12
@ivasenkoartem

$category = get_the_category(); 
echo $category[0]->cat_name;

something like that probably

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question