links on the sidebar by categories
-
Hi,
I used a template in which the links are not “in categories”
Here is the code as written in sidebar.php:
<h3><?php _e('Ressources'); ?></h3>
<ul>
<?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?>
</ul>I want to have my links displayed in different categories like the default template.
I tried to add this:
<?php get_links_list(); ?>
you can see the result on the blog (2 categories: blogroll and histoire) :
https://artis-factum.com/Can someone please help me to fix this?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘links on the sidebar by categories’ is closed to new replies.