Code to display Category Title - Editing the Theme
Hi Im editing the classipress theme.
On parts - header taxonomy the code to display the Ad Category title is %1$s.
But what is the code if i have to put it in the taxonomy php template?
I tried
the_archive_title
or
cp_the_archive_title
but this displays the title with 'Category:' before it.
i.e. Category: TITLE
I only want to display the actual TITLE
Thanks in advance