Title: WordPress help in menu
Last modified: August 20, 2016

---

# WordPress help in menu

 *  [call2shain](https://wordpress.org/support/users/call2shain/)
 * (@call2shain)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/wordpress-help-in-menu/)
 * [http://tiny.cc/bqp9jw](http://tiny.cc/bqp9jw)
 *     ```
       ul class="filters">
       								<li class="segment-1"><a href="#" data-value="all" class="selected"><?php _e('all', 'site5framework'); ?></a></li>
       								<?php
       								$categories=  get_categories('taxonomy=types&title_li='); foreach ($categories as $category){ ?>
   
       								<li class="segment-<?php echo $category->term_id;?>"><a href="#" data-value="<?php echo $category->category_nicename;?>"><?php echo $category->name;?></a></li>
       								<?php }?>
   
       							</ul>
       ```
   
 * if you will find the Portfolio menu it is not aligned properly. Please suggest
 * Any help will be appreciated.

The topic ‘WordPress help in menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [call2shain](https://wordpress.org/support/users/call2shain/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/wordpress-help-in-menu/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
