About Companies Button
« on: March 25, 2019, 04:02:23 PM »
Please how can I add the companies button to display on every page of the header just like in the screenshot here - http://prntscr.com/n2021r ?

Marked as best answer by frosticek on April 09, 2019, 01:22:34 PM
*

Dan Dan

  • ***
  • 40 posts
Re: About Companies Button
« Reply #1 on: April 05, 2019, 09:05:51 PM »
<a class="publish tr1" href="https://yourdomain.com/companies">
     <span><i class="fa fa-briefcase"></i> <?php _e('Business', 'stela'); ?></span>
</a>

Re: About Companies Button
« Reply #2 on: April 05, 2019, 10:41:31 PM »
Thanks a lot Dan, it worked.