Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Conditional statement on category.php Reply To: Conditional statement on category.php

#235820
Alen
Participant

@amidigital

Sorry was on my mobile when I replied to this last time. This is the correct code, if you’re on category.php template.


$category = single_cat_title('', false); if ( $category == 'test' ) { echo 'on test category'; }