Reply To: buddybar menu add-ons
They might work for a button but, what about a function like so……
//*********Site Navigation*********//
function site_nav_links(){ ?>
Explore
<ul class=”your-ul-list-css-classname”>
Blog
Members
<li class=”alt”>Groups
Forums
<li class=”alt”>Blogs
<?php
}
I tried a hundred ways and all I get is a white screen. I am not sure if I am writing the loggin user part correctly or not. The above function works well for the public but, once you try to hide it from the public it goes blank. I have almost given up.