Ad listing steps and the custom message
I'm trying to remove the Duplicate "Custom message" which appears on Step 1 and Step 2 pages when creating the ads.
Files: themes/classipress/includes/forms/step1.php
Code:
Code:
<?php
// display the custom message
echo get_option('cp_ads_form_msg');
?>
That same custom message appears in the second step when creating the ad yet in step2.php, the code that calls on this custom message is nowhere to be found, how can we exclude it from showing on Step 2??