• Resolved Nargrakhan

    (@nargrakhan)


    I wanted to make a link list with those cool diamond/ball things that appear in front of each link, but without the “BLOGROLL” tier that appears in the default tag. I used the following, and it makes the list like I want it, but I can’t figure out what calls back those cool diamond/ball thingies.

    <?php get_linksbyname('', '', '<br />', '', FALSE, 'name', FALSE, FALSE); ?>

    I assume I need to replace one of those ” in the parentheses with something, but I’m at a lost as to what.

Viewing 1 replies (of 1 total)
  • Thread Starter Nargrakhan

    (@nargrakhan)

    Figured it out myself. If anyone else runs into the same issue, here’s the correct line entry: ??

    <?php get_linksbyname('', '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Getting the diamond/ball with get_linksbyname’ is closed to new replies.