Title: mousetracks's Replies | WordPress.org

---

# mousetracks

  [  ](https://wordpress.org/support/users/mousetracks/)

 *   [Profile](https://wordpress.org/support/users/mousetracks/)
 *   [Topics Started](https://wordpress.org/support/users/mousetracks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mousetracks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mousetracks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mousetracks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mousetracks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mousetracks/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Navigation – wp_list_page but want to add a category as link?](https://wordpress.org/support/topic/navigation-wp_list_page-but-want-to-add-a-category-as-link/)
 *  [mousetracks](https://wordpress.org/support/users/mousetracks/)
 * (@mousetracks)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/navigation-wp_list_page-but-want-to-add-a-category-as-link/#post-529914)
 * I have the same question. I’m using Cutline, and would also like to add a category
   link as a menu option.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Navigation – wp_list_page but want to add a category as link?](https://wordpress.org/support/topic/navigation-wp_list_page-but-want-to-add-a-category-as-link/)
 *  [mousetracks](https://wordpress.org/support/users/mousetracks/)
 * (@mousetracks)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/navigation-wp_list_page-but-want-to-add-a-category-as-link/#post-529913)
 * I have the same question. I’m using Cutline, and would also like to add a category
   link as a menu option.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Highlight parent page in nav when on child page](https://wordpress.org/support/topic/highlight-parent-page-in-nav-when-on-child-page/)
 *  Thread Starter [mousetracks](https://wordpress.org/support/users/mousetracks/)
 * (@mousetracks)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/highlight-parent-page-in-nav-when-on-child-page/#post-676180)
 * I’m manually listing them so I can control the order in which they appear.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Highlight parent page in nav when on child page](https://wordpress.org/support/topic/highlight-parent-page-in-nav-when-on-child-page/)
 *  Thread Starter [mousetracks](https://wordpress.org/support/users/mousetracks/)
 * (@mousetracks)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/highlight-parent-page-in-nav-when-on-child-page/#post-675955)
 * Ignore the code snippet, it converted to html. Let me try this:
 *     ```
       <ul id="nav">
       		<li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">home</a></li>
       		<li><a <?php if (is_archive() || is_page('archives')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/archives/">archives</a></li>
       		<li><a <?php if (is_page('about-us')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/about-us/">about us</a></li>
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)