I'm getting a word with a wordpress function, <?php single_cat_title(); ?>
, it returns me the name of the category to be displayed on the page. Can you do that when it returns the category with id = 1 or name = name1 it displays another name?
Example:
In the category page "NAME123": <p><?php single_cat_title(); ?></p>
, "NAME123" would appear
And in the "EMON321" category page using <p><?php single_cat_title(); ?></p>
, make it display any other name.
Ineededthatwhenitwastheword"Time", it would appear "Team Supply"