
<form name="mainform" id="mainform" class="form_step" action="" method="post">
<ol>
<li>
<label><?php _e('Cost Per Listing','appthemes');?>:</label>
Always FREE (upgrade to a Featured Listing for just $9.90)<?php //cp_cost_per_listing(); ?> <?php // printf(__('for %s days', 'appthemes'), get_option('cp_prun_period')); ?>
<div class="clr"></div>
</li>
<li>
<label><?php _e('Select a Category:','appthemes');?></label>
<?php
if (get_option('cp_price_scheme') == 'category' && get_option('cp_enable_paypal') == 'yes') {
cp_dropdown_categories_prices('show_option_none='.__('Select one','appthemes').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&taxonomy=ad_cat');
} else {
//ORIGINALwp_dropdown_categories('show_option_none='.__('Select one','appthemes').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&taxonomy=ad_cat');
wp_dropdown_categories('show_option_none='.__('Select one','appthemes').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&taxonomy=ad_cat&depth=1&name=preselect');
wp_dropdown_categories('show_option_none='.__('Select one','appthemes').'&class=dropdownlist&orderby=name&order=ASC&hide_empty=0&hierarchical=1&taxonomy=ad_cat&child_of=4');
}
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)