Okay so when I updated wordpress on my site, a piece of my code stopped working
<?php get_links(5, '', '', '', true, '_id', false, false, 3, false); ?>
Here is what is was at version 2.0 working just fine. Whats the problem and how do I fix it?
Okay so when I updated wordpress on my site, a piece of my code stopped working
<?php get_links(5, '', '', '', true, '_id', false, false, 3, false); ?>
Here is what is was at version 2.0 working just fine. Whats the problem and how do I fix it?
Have a look at wp_list_bookmarks instead?
Problem solved, apparently the link id got changed from 5 to 6.
This topic has been closed to new replies.