• I have a section in my sidebar that pulls in my links:
    <?php get_links(); ?>
    However, when I view it online, it doesn’t seem to show all my bullet images.
    If you look at my site:
    https://www.nicktoye.co.uk/wordpress/index.php
    In the sidebar I have a recent articles list that displays the bullets correctly but it doesn’t seem to show up in the inspiration/links section.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The Inspiration part is missing the

    • tags for some reason

    Thread Starter nicktoye

    (@nicktoye)

    That code is generated by the php, I don’t know how to fix that.

    Check if the settings for the link category Inspiration have

    • and
      for “before” and “after”. You can see it by going to Links >> Link Categories

    Thread Starter nicktoye

    (@nicktoye)

    Yes, actually I didn’t have a link category called Inspiration, I have now though, and it still doesn’t show up. In fact when I try to edit a link I get this message
    Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE link_id = 9’ at line 1]
    SELECT * FROM WHERE link_id = 9
    Link not found.

    Sorry, I have to turn in for the night/morning, but you should see how the other link lists are generated and how they are/were different from the Inspiration part.

    Thread Starter nicktoye

    (@nicktoye)

    ok, well the recent article list isn’t actually a list that I create it is as it sounds a recent articles list generated from the get_recent_posts tag. The bottom list is a static one that I created manually.

    Thread Starter nicktoye

    (@nicktoye)

    Fixed it:
    <?php wp_get_linksbyname(‘Inspiration’); ?>
    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bullets!!!’ is closed to new replies.