dbUNIT16
Member
Posted 3 years ago #
I am trying to pull just 10 bookmarks and order them by how recent they are. My code doesn't appear to be working though;
<?php wp_list_bookmarks('categorize=0&title_li=&limit=15&orderby=updated'); ?>
It is on http://www.azfans.com
Also, how would I be able to keep all of the tags the same font size?
Thanks for the help!
Jon
dbUNIT16
Member
Posted 3 years ago #
Thanks, but I've been there. That's where I got my code, but it doesn't seem to be working! Is something wrong with my code?
Thanks,
Jon
dbUNIT16
Member
Posted 3 years ago #
WoW! It must have been late. I was trying to do it wp_list_bookmarks rather than get_tag_cloud.... found my answer! Thanks for trying, but I know you didn't have a chance on this one! haha
<?php wp_tag_cloud('smallest=8&largest=22&number=30&orderby=count'); ?>