Title: Adding some code in the menu
Last modified: August 19, 2016

---

# Adding some code in the menu

 *  Resolved [jsudesign](https://wordpress.org/support/users/jsudesign/)
 * (@jsudesign)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-some-code-in-the-menu/)
 * Hi all, I have a menu system that is set up so that my Links are like so.
 *     ```
       <ul>
       <li><a href="#nogo"><b>Nav Links</b></a></li>
       </ul>
       ```
   
 * HI can get the nav links to work properly by using this code.
 *     ```
       <ul>
       <li><a href="<?php bloginfo('url'); ?>/"><b>Home</b></a></li>
       <?php        wp_list_pages('title_li=');       ?>
       </ul>
       ```
   
 * **My problem is that I can’t add the b Tags in the nav.**
 * _Note: The reason I’m using the b tags isn’t for styling, it’s for functionality
   of the dropdown._
 * Any help with this would be awesome, thanks.

Viewing 1 replies (of 1 total)

 *  Thread Starter [jsudesign](https://wordpress.org/support/users/jsudesign/)
 * (@jsudesign)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-some-code-in-the-menu/#post-971109)
 * Solved!
 * Code:
 *     ```
       wp_list_pages('title_li=&' . 'link_before=<b>&' . 'link_after=</b>');
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Adding some code in the menu’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [jsudesign](https://wordpress.org/support/users/jsudesign/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/adding-some-code-in-the-menu/#post-971109)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
