• I’m trying to find a link blog plugin with an archiving feature that I can have for a list of random links in the sidebar of my main site. This way I can have a separate style for that than the rest of my links.

    Here’s my current site:
    https://www.jump-punch.com

    I want the dude section to look like the on in this image (pretend the rest of the links are below the dude section):
    https://www.jump-punch.com/images/interface.jpg

    Would anyone be able to recommend anything? Any help would be much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If the links are a seperate category in your links manager on the back end, you could always simply create a seperate div, and using Template_Tags/wp_get_links, call just that category. Likewise, using the Template_Tags/get_links you can call specific categories as well. Between the two, you shouldn’t need a plugin, I would think.

    Thread Starter jaredcunha

    (@jaredcunha)

    Thanks, I just tried inserting <?php wp_get_linksbyname(‘Dude!’); ?> into my sidebar and it seemed to work just fine. Now I just need to go home and design the style for it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a link blog for the sidebar plugin?’ is closed to new replies.