Requesting help with Blogroll positioning

  • Unknown's avatar

    Hello, Everyone:

    I am a new WordPress theme developer and am new to PHP in general. In the theme I am working on, I would like to have links called for by the blogroll function to be left justified instead of indented like they are by default.

    I found out today that the function I had originally used was “old fashioned”; it was:

    <?php get_links_list()’ ?>

    I read that this newer function could be used instead:

    <?php wp_list_bookmarks(‘categorize=1&before=

  • &title_before=<h2>&title_after=</h2>&category_before=</n>&category_before=</n>&after=
  • &orderby=url’); ?>

    While it was nice to feel more up-to-date, this still didn’t enable me to achieve my goal of having more control over the position of the blogroll links. Any help with this would be most appreciated.