pezastic
Member
Posted 3 years ago #
Does anyone know where I can get the plugin that will enable this tag? I had it a long time ago, but lost it. I need something to display my links on a single page in columns. That plugin did that. Alternatively, does anyone know of another plugin that will do this?
what do u mean by custom.... WP 2.0 comes in with a builtin Links thing... I think it matter more or less on what theme you are using. I use the connections 1.0 theme and it show all links in a colum on the sidebar without any plugins. I guess you could just download the theme and look at the code and make something similar for yourself.
here is the code that i found in the connections theme...
<h2><?php _e('Links'); ?></h2>
<ul><?php get_links('-1', '<li>', '</li>', ' '); ?></ul>
try putting this in the page where you want the links...
i know this works on the index page. WP 2.0 might be nesscary.
pezastic
Member
Posted 3 years ago #
Thanks for that, but I am looking for something that will enable the display of the links across multiple columns on a single page, rather than just one.