• I think it would be nice to add a comment in the Formatting section of Links>Link Categories, stating that it only works with the dtw_get_links_list plugin, by DennisWilliamson.
    It took me 20 min to figure out why it didn’t work and how to fix it…
    I hope I’m not out of line here, I didn’t know exactly where to post.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ghola

    (@ghola)

    macmanx,
    The thing is by default (in 1.2.1 Mingus) you only have get_links_list(), no params.
    Unfortunately, using “get_links_list” as you suggested (with all the params) didn’t add the
    , even after deactivating the plugin.
    I don’t know if I’m still doing something wrong.
    Thanks for your help.

    Moderator James Huff

    (@macmanx)

    Huh, and you’ve tried copying the above code exactly? What’s your URL?

    Thread Starter ghola

    (@ghola)

    macmanx,
    I don’t have an online site yet, I could set up a temp page but it seems like a lot of trouble for just this issue.
    Anyway the source code wouldn’t show anything special afaik.
    I checked the original file (fresh unzip) and this is what I have in my index.php in the div with ID=menu

      <?php get_links_list(); ?>
      <li id=”categories”><?php _e(‘Categories:’); ?>
      <?php wp_list_cats(); ?>


    After changing get_links_list to dtw_get_links_list and activating the plugin, the link formatting features work.

    Moderator James Huff

    (@macmanx)

    Well, like I said, It’s working like a dream for me. But I have no clue why it’s not for you. Sorry.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I’m fairly new so feel free to shut me down…’ is closed to new replies.