Advertisement:

Author Topic: Top Menu  (Read 1359 times)

yosxik

  • Newbie
  • *
  • Posts: 3
Top Menu
« on: November 05, 2013, 09:07:15 am »
How can I remove the button 'Publish your ad for free' from top menu or change the wording on the button.

xxxgoodkillaxxx

  • Newbie
  • *
  • Posts: 44
Re: Top Menu
« Reply #1 on: November 05, 2013, 10:49:18 am »

Find these lines in header.php, then change the text in red to whatever you want.



 <?php if( osc_users_enabled() || ( !osc_users_enabled() && !osc_reg_user_post() )) { ?>
            <li class="publish"><a href="<?php echo osc_item_post_url_in_category() ; ?>"><?php _e("Publish your ad for free", 'bender');?></a></li>
            <?php } ?>