Remove text from Step 2 of submit your listing
Hi,
Is there a way of removing the text which shows in the first step of the 'submit your listing' process when you go to step 2?
I've looked in the theme files and in step1.php it shows this:
<?php
// display the custom message
echo get_option('cp_ads_form_msg');
?>
This is the code which displays what you've put into the 'New Ad Message' under the settings. However, this same piece of code isn't present in step2.php
If I remove this code from step1.php it then of course doesn't display in the first step of 'submit your listing'.
I've got quite a of text in this section now and it doesn't need to display in the second step.
Any suggestions?
Last edited by jomarkosabel; December 20th, 2011 at 01:47 AM.