Hi Frosticek,I attached an image for the screen where i wish to add a link, however, I would like to add a link to post an ad within the menu,meaning the menu should look like;HomeSearchPost Ad--------------------------My favorite items---------I appreciate your help.Regards.
<div id="o-box" class="closed resp"> <div class="o-lead"> <?php if( osc_is_web_user_logged_in() ) { ?> <span><?php echo __('Hello', 'zara') . ' ' . osc_logged_user_name() . '!'; ?></span> <?php } else { ?> <span><?php _e('Hello!', 'zara'); ?></span> <a href="<?php echo osc_user_login_url(); ?>"><?php _e('Sign in', 'zara'); ?></a> <span><?php _e('to get more.', 'zara'); ?></span> <?php } ?> </div> <?php /* This is the Add List or publish button for mobile version in the left menu */?> <a class="h-pub" href="<?php echo osc_item_post_url(); ?>"> <span class="first"></span> <span class="second"><span class="resp is1200"><?php _e('Publish', 'zara'); ?></span><span class="not-resp is767 not1200"><?php _e('Publish listing', 'zara'); ?></span></span> </a> <div class="o-body"> <a href="<?php echo osc_base_url(); ?>"><i class="fa fa-home"></i><?php _e('Home', 'zara'); ?></a> <a class="o-border-bottom" href="<?php echo osc_search_url(); ?>"><i class="fa fa-search"></i><?php _e('Search', 'zara'); ?></a> <?php if(function_exists('fi_list_items')) { ?> <a href="<?php echo osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')); ?>"><i class="fa fa-star-o"></i><?php _e('My favorite items', 'zara'); ?></a> <?php } ?> <a href="<?php echo osc_user_dashboard_url(); ?>"><i class="fa fa-folder-o"></i><?php _e('My account', 'zara'); ?></a>