Specifying listing categories
-
How could I specify a category? For example, using the standard wordpress category I use:
<?php if ( in_category( 'vagas' )) { ?>How I could do this using the plugin?
Something like:
<?php if ( job_listing_category( 'vagas' )) { ?>I did not find the answer in the documentation. Could you help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Specifying listing categories’ is closed to new replies.