Need help - Edit Post Classifieds button
Hi everybody,
I need help in making simple editing for my 'post classifieds' button.
At the moment, the code in the header.php is
<?php _e('Post a Classified!','cp'); ?>
However im planning to change it to
<?php _e('Post a Classified!','cp'); ?>
By doing this, when my visitor click on the button, it will bring them straight to the post form as most of my first time visitors do not realize that the form do exist as I put chatbox above it. They thought there is something wrong with my site.
The problem is although I have edited the file through the admin page, it still the same in the site. When I hover my mouse over the button, it still show
http://www.malaysia-bicycle.com/#" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false; instead od
http://www.malaysia-bicycle.com/#postbox" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;.
I have cleared all my cache.
So, I hope someone can help me with this.Tq