1
I’m picking up a word with a wordpress function, <?php single_cat_title(); ?>
, it returns the name of the category to be displayed on the page. It has how to make that when it returned the category with id = 1 or name = name1 it displayed another name?
Example:
On the page of the category "NOME123": <p><?php single_cat_title(); ?></p>
, would appear "NOME123"
And on the category page "EMON321" using <p><?php single_cat_title(); ?></p>
, cause it to display any other name.