Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Social Network Button on menu bar
#4
The easiest way is to add an additional menu entry. For example like this

Code:
<div id="menu-wrapper">
        <div id="menu" class="container">
            <ul>
                <?php get_navigation(return_page_slug()); ?>
                <li>
                    <a href="http://www.socialnetwork.com/my-account"><img src="http://www.mydomain.com/socialnetwork-logo.jpg"></a>
                </li>
            </ul>
        </div>
</div>
Reply


Messages In This Thread
RE: Social Network Button on menu bar - by Psychosopher - 2013-02-27, 05:16:54
RE: Social Network Button on menu bar - by Timbow - 2013-02-27, 08:27:08



Users browsing this thread: 1 Guest(s)