Problem order my categories
-
Hi!
I have a problem with my categories menu. As you can see in my web: https://www.enviadoespecial.es/wordpress i have an horizontal menu with the categories (Inicio=home, etc).
There are 2 issues:
– I don’t want this categories order. Now it shows 5 of the 7 categories of my web randomly and i want to order by id
– It doesn’t show all the categories, just 5 of 7 and all of them have posts…
This is my code in the header.php:
<!-- BEGIN categorias --> <ul class="pages"> <li><a href="<?php echo get_option('home'); ?>">Inicio</a></li> <?php dp_list_categories(); ?> </ul> <!-- END categorias -->
I don’t know whats wrong and why my theme uses dp_list_categories instead wp_list_categories. If i put wp_list_categories it shows the categories but with a completely different style…
Any help please? Thanks!!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem order my categories’ is closed to new replies.