Put them in 1 category and don’t category in your theme?
Thread Starter
omikeo
(@omikeo)
I’m totally new to this so you will have to bare with me a bit…
I’m using: <?php get_links_list(); ?>
This automatically displays the category and then the links. How do I customise this function to just display the actual links?
Sorry if this is a really stupid question. Thanks for any help.
Mike
Thread Starter
omikeo
(@omikeo)
ok, managed to get it to this:
<h2>Partners</h2>
<ul class=”links”>
<?php get_links(); ?>
This displays the a title and the actual links, but i still need to edit the function so that i can make it add:
li>link should go here</li
in order to keep the theme of the page flowing.
Any Ideas?
Try using <?php get_links;?> instead. If that doesn’t display how you want, then you can try changing the various parameters, as shown here:
http://codex.ww.wp.xz.cn/Template_Tags/get_links