features ads only for one specific category
Can somebody help me with a modification I want to make for the featured ads slider?
Or is there maybe allready a plugin for it?
I want to make the featured ads slider only for one category.
This means I want to show the featured ad box on the upload form only in this specific category and not in others.
I found in the step-functions.php the code underneath and I think I have to put there some extra lines, but there stops my knowledge.
// show the chargeable options if enabled
if ( get_option('cp_charge_ads') == 'yes' ) {
// show the featured ad box if enabled
if ( get_option('cp_sys_feat_price') ) {
Thanks for the help