• jaynedarcy

    (@jaynedarcy)


    On this page:

    http://www.jaynedarcy.us/?page_id=121

    On the right side I am utilizing the internal links in WordPress for these links so I can categorize them. Here’s the problem – I don’t want those bullets there. I have removed from every place I can think of the ul-li formatting for these links. In my stylesheet, I have the formatting set so there is no bullet. All I want to do is to remove the bullets, but I’m completely unable to.

    How can I force those bullets to NOT show?

Viewing 2 replies - 1 through 2 (of 2 total)
  • blogs-about

    (@blogs-about)

    links.php under whichever theme folder your using.
    Most likely has the following code :

    <ul>
    <?php get_links_list(); ?>
    </ul>

    Thread Starter jaynedarcy

    (@jaynedarcy)

    I removed that even though I’m not using that page. I placed the get links code in a page I created with my blogroll.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatting WordPress Links Problem’ is closed to new replies.