modifying format of links page (remove bullets)
-
How might i remove the horrible looking bullets from my links page? Here is my links page.
Am i stuck with these bullets or can I get rid of them?
Here is the code for this links page template that i could modify if anyone has any guesses. Codex doesn’t help me with this problem.
<?php /* Template Name: Links Page */ ?> <?php get_header(); ?> <div id="content"> <div id="contentleft"> <?php wp_list_bookmarks('title_li=&categorize=1&between= - &show_description=1'); ?> </div> <?php include(TEMPLATEPATH."/l_sidebar.php");?> <?php include(TEMPLATEPATH."/r_sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘modifying format of links page (remove bullets)’ is closed to new replies.