How to wrap in a div “bp_get_displayed_user_nav” ?
-
Okey, i have been looking for this the past 3 days ! How can i wrap the
- items in a div for bp_get_displayed_user_nav() ?
This is what it prints out in html
``
But i want it to be like:
`-
<div class="menu-img-"ID of
- “>
-
<div class="menu-img-"ID of
- “>
-
<div class="menu-img-"ID of
- “>
-
<div class="menu-img-"ID of
- “>
-
<div class="menu-img-"ID of
- “>
`
It was easy to edit the “bp_get_loggedin_user_nav()” in bp-members-template.php like this:
`// echo out the final list item
echo apply_filters_ref_array( ‘bp_get_loggedin_user_nav_’ . $nav_item, array( ‘‘, &$nav_item ) );`
but where does the “bp_get_displayed_user_nav()” come from ?
- items in a div for bp_get_displayed_user_nav() ?
You must be logged in to reply to this topic.