post form php error
Hello,
Hopefully there's some support available for this.
I figured out a way to allow the featured Ad to only appear in the top of it's category (and not the main page/recent posts), but I need to change the text in the "Post a Classified" page.
So I went to the post form php, and found this line:
<?php _e('Your listing will appear highlighted in yellow on the front page and category page.','cp'); ?>
I thought I could just change the line to read something like:
<?php_e('Your listing will appear in the top section of it's category page.','cp'); ?>
Simple enough right? Well I get the old white page error.
Help please?
... standing on the shoulders of giants