• https://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.