22AprWP Render Blogroll Links Plugin

This WordPress plugin outputs your Blogroll links to a Page or Post. Add [wp-blogroll] to a Page or Post and all your WordPress links/Blogrolls will be rendered. This extremely simple plug-in enables you to create your own Links page without having to write a custom template.

The output can easily be styled with CSS. Each category with its links is encapsulated in a DIV with a classname called “linkcat”. All the links are attributed with the class “brlink”.

You can support the author’s work with a donation:

All proceeds go to Tanin’s DSLR Camera Foundation help keep this website online.

Author: Tanin

Tanin in an information technology consultant specializing in complex heterogeneous environments. He can be reached through multiple social networking sites including Twitter.

Related Posts


  1. 1 Kel23 Apr 2009

    Hi, Looks good… Can it be altered to call a specific category (or categories) in the blogroll? Something like this: [wp-blogroll (cat_ID='1,3')]

  2. 2 Tanin23 Apr 2009

    No, but it sounds like a nice feature to add to the next version.

  3. 3 Tanin23 Apr 2009

    Well, the newest version is out with category selection options!

  4. 4 Kel24 Apr 2009

    AWESOMENESS! Works perfectly. Five Stars on WP Plugs for you ;-)
    Is there anything I can do to make it work in Text widgets?

  5. 5 Tanin24 Apr 2009

    For text widgets add the following code to your template’s functions.php

    add_filter(‘widget_text’, ‘do_shortcode’);

    See this site for detailed instructions:
    http://englishmike.net/2008/07/07/wordpress-quick-tips-3adding-a-shortcode-to-a-sidebar-widget/

    You could also download the Sidebar Shortcodes plugin:
    http://wordpress.org/extend/plugins/sidebar-shortcodes/

  6. 6 Kel24 Apr 2009

    Thats great – thanks again! This seems to replace of 2 plugins I was using before.

  7. 7 kasi198327 Apr 2009

    I love this plugin – but I would love it even more if there was a possibility to show the link descriptions as text instead of a title-element.
    Or is there a way to do that and I just didn’t find it?

  8. 8 Tanin27 Apr 2009

    I’ll think about it.

  9. 9 Tanin28 Apr 2009

    Newest version will be out in a few minutes with description selector!

  10. 10 kasi198328 Apr 2009

    wow, that was quick, thanks a lot :)

  11. 11 Michael Mette29 Apr 2009

    Hi, thanks for your lovely plugin – I like it very much.
    On my site I tried to put some text before the linklist, but it allways shows after the list. What can I do to change this.
    Thanks in advance
    C. Michael Mette

  12. 12 Tanin29 Apr 2009

    Michael,

    Sorry about that. Issue is resolved in 1.2.2. Will be available in a few minutes/hours.

  13. 13 Michael Mette29 Apr 2009

    Hi Tanin,
    this was the fastest response I ever got! Thankx a lot!!!

  14. 14 Tanin29 Apr 2009

    No problem. Thanks for pointing out the bug.

  15. 15 Tina01 May 2009

    Great plug-in. The only question I have is about spacing between the category header and the blogroll itself. The spacing is off and I cannot figure out how to fix it. Can you look at it and let me know how to fix it?
    it’s the page link that says “inspiration”

  16. 16 Tina01 May 2009

    Great plug-in. I’m using it on my page “inspiration” but the spacing is off. I’m not sure if it’s a setting issue or a css issue. I’m not sure how to fix it and would appreciate any help you could offer.
    Thanks!
    Tina

  17. 17 Tanin01 May 2009

    Add this to the end of your style.css

    .linkcat h2 {margin: 1em 0;}

  18. 18 dot04 May 2009

    Love the plugin! Is there any way to change the order that the items display within the category?

  19. 19 Tanin05 May 2009

    Ordering delight in version 1.2.3

  20. 20 Babs15 May 2009

    Just a question. I want to be able to assign a separate page for each category of links. That part I have no problem with. I do, however, have a problem with the category title appearing directly under the page name which is the same. Is there anything within the plugin code that I can tweak to remove that redundancy?

  21. 21 Tanin16 May 2009

    Babs, you can do one of two things:

    1. Add the following string to the very start of the wp_list_bookmarks function
    categorize=0&title_li= &

    or

    2. Add the following string to your style.css :

    .linkcat h2 {display:none}

    I would recommend using method 2. That way you don’t have to worry about the plugin being updated and your customization being reverted.

  22. 22 Babs19 May 2009

    Thanks Tanin!

    Because of this plugin, The Link-o-Rama lives again!

  23. 23 Peter02 Jun 2009

    I tried to use your plugin on a template page. I just couldn’t get it to work. I used [wp-blogroll catname=flash] as code to use the plugin. Maybe that was wrong, can you tell me how to use your plugin in template files? Is it even possible?

  24. 24 Beccy19 Jun 2009

    I have been looking for a plug in like this for ages. This means I can now have a mini directory/links page on my blog, without having a site wide blogroll. Great. I think, now I have this plugin, there’s not much that WP can’t do in terms of full CMS capability. I used to use Joomla for larger web projects, but I’m thinking now that most elements can now be completely handled by WordPress.
    Toronto Real Estate Agent

  25. 25 Real Madrid04 Jul 2009

    Hi,

    Thanks for the plugin. For some odd reason the plugin is not working for me. I have installed it and activated it. I put the code [wp-blogroll showdesc=1] in posts or pages but the same code shows on the page instead of the links. Can you tell me what I am missing. Many thanks

  26. 26 Tanin06 Jul 2009

    @ Real Madrid,

    What version of WordPress are you running? Also, try entering the code without the visual editor (select “html” instead of “visual” in the editor)

  27. 27 esryl06 Jul 2009

    Great plugin. Any chance you could make a version that when showing a single category does not show the category name. Maybe it could be an option, otherwise it is the perfect plugin for me. Great work thanks.

  28. 28 Tanin07 Jul 2009

    @ esryl
    You can do one of two things:

    • Add the following string to the very start of the wp_list_bookmarks function
      categorize=0&title_li= &

    (Space between “title_li=” and “&” is intentional)

    or

    • Add the following string to your style.css :
      .linkcat h2 {display:none}
  29. 29 Tanin07 Jul 2009

    Just released version 1.3. It supports notitle=1 to hide category titles.

    Example:

    [wp-blogroll notitle=1]

  30. 30 esryl07 Jul 2009

    I just found my favourite plugin developer ever :) Thank you very very much for the update. Heres one step closer to the camera ;)

  31. 31 Tanin08 Jul 2009

    @ esryl
    Thank you very much for the donation. (You’re first, btw). If you want to be listed on the (soon to be published) contributors page, include your website in your next comment and I’ll add you.

  32. 32 Eric15 Jul 2009

    Tanin, thank you very much for this great plugin!
    Q: Is there a way to limit the number of links being shown?
    I have certain random links showing up on certain pages and want to limit how many appear.

  33. 33 Tanin15 Jul 2009

    1.3.1 will have limit tag support. (It’s being published as we speak.)

  34. 34 Matt Sweeny15 Jul 2009

    I think your plugin is super awesome, the best way to output links, all others suck and your built in CSS works perfect with all the WP 2.8 themes I use. Thanks

  35. 35 Tanin15 Jul 2009

    @Matt

    Thanks. Glad you like it.

  36. 36 Myd20 Jul 2009

    Thanks for this very good idea, works perfectly for me. Just one question: I’ve been trying to add links’ favicons, but it doesn’t seem to work with differents categories on different pages.
    Is there a simple code line I could add, or could this be an option to your plugin one day?

  37. 37 Tanin20 Jul 2009

    The code at this time does not support favicons.

  38. 38 Lynn Currie22 Jul 2009

    Great plugin (as others have mentioned)

    Is there a way to have the category description show up under the Link Category name? If not, I can use the page name, and .linkcat h2 {display:none} but being able to do it through the parameters would be super awesome.

  39. 39 Kel23 Jul 2009

    Tanin – thanks again for WP Render Blogroll Links! Sent you a little donation.

  40. 40 Tanin24 Jul 2009

    This option may get included in an upcoming version (still in development)

  41. 41 Tanin24 Jul 2009

    Thanks for the donation! :)

  42. 42 Tanin25 Jul 2009

    @Lynn
    Versions 1.4.0 and later have the option for category description to be used under the category names.

  43. 43 hifa27 Jul 2009

    Hi, thanks for the great plugin. but is there a way to add “nofollow” tags to links?

  44. 44 Tanin28 Jul 2009

    @hifa,
    Good idea. I’ll add an option for that in the next release.

  45. 45 Tanin28 Jul 2009

    Just released version 1.5.0.
    It supports forcing a relation to all links by using forcerel=relationship

    Example:
    [wp-blogroll forcerel=nofollow]

  46. 46 hifa28 Jul 2009

    Thank you very much for quick update with nofollow link :)

  47. 47 Herrin29 Jul 2009

    been looking for a plugin like this for ages and beautifully implemented too I might add. Thank You!

  48. 48 Tanin29 Jul 2009

    Thanks. :)

  49. 49 steve31 Jul 2009

    I followed the instructions but I’m receiving this message on the page itself

    Fatal error: Call to undefined function: esc_url() in /home/content/……./wp-render-blogroll-links/WP-Render-Blogroll.php on line 39

    Any suggestions?

  50. 50 Tanin31 Jul 2009

    What version of WordPress are you using? I suspect that you are running on a version that’s older than 2.8. If so, please upgrade to the latest build.

  51. 51 Jens04 Aug 2009

    Hi,

    after upgrading to 2.8.3 the plug seems not work anymore :(

  52. 52 masya05 Aug 2009

    Hello Tannin,

    Thanks for such a great plugin! I have a question… Is it possible not to apply list styles oble on the links page?

    Thanks

  53. 53 Tanin05 Aug 2009

    Jens, I’m running the same combination on this site. Can you post the error you get on your site? also, check if the plugin re-activated after the upgrade!

    Masya, do you can apply any style you want using your own CSS files. The plug-in only renders the xHTML.

  54. 54 Jens05 Aug 2009

    I delted the site and made it new…after this all is working :)

    Thank you for this!

  55. 55 Matthias Sch.06 Aug 2009

    greatscript.
    it woult be great to have an attrib for hiding the catname (if i want to show only one cat)

    thx, mat

  56. 56 Matthias Sch.06 Aug 2009

    … and maybe a attrib for a cat prefix…
    to have category “Customers” printed as “> Customers” for example :-)

    thx

  57. 57 Tanin06 Aug 2009

    Matthias, I can’t promise anything on the category prefix thing, but if you want to show only one category without its title, try the following:

    [wp-blogroll catid=39 notitle=1]

    Replace 39 with the ID of the link category you want to show. The notitle=1 will make sure the category title remains hidden.

  58. 58 Ronny13 Aug 2009

    Hi,
    Great plugin, thanks. is there any way to display the blogroll in a horizontal list instead of a Vertical list?
    ie: 1,2,3
    and not
    1
    2
    3
    Thanks

  59. 59 Tanin13 Aug 2009

    Ronny, I do the exact same thing on this site using CSS. The trick is to float the .linkcat li objects to left.

  60. 60 grobator14 Aug 2009

    Hello Tanin,
    I’m the developer of the FaviRoll plugin (http://wordpress.org/extend/plugins/faviroll/).
    Some users ask me, if it’s possible to use the plugin with your plugin, too.
    Yes, it is, but only, if the user remove the “//” in line 164 in WP-Render-Blogroll.php.
    Do you see a possibilty thar the plugins may work together in a “official” way.
    My idea is, that you spend your plugin an option button, or something like that.

    regards

  61. 61 Tanin15 Aug 2009

    1.5.1 will have interoperability enabled by default.
    I would recommend preserving the brlink class for people that use both plugins, but that’s up to you.

    - Tanin

  62. 62 grobator16 Aug 2009

    Ok, I’ll presve brlink class with my next update.
    Thanks for your cooperation.

    regards

  63. 63 Ronny16 Aug 2009

    Thanks a lot! :-)

  64. 64 aj23 Aug 2009

    Tanin,

    By far the easiest blogroll script available; awesome work!

    Is it possible to change the order in which categories are displayed? (not the items inside the categories – I know this is already possible). Finally does this blogroll plugin display images (if an image is available inside ‘Add New Link’ > ‘Advanced’ section?

    Thank you,

    AJ

  65. 65 Tanin24 Aug 2009

    not as of this hour, but catorder and catorderby will be implemented in version 1.5.2 ;) btw, images should already work.

  66. 66 Adam25 Aug 2009

    Hi,

    Great plugin! One thing I noticed…the plugin properly uses CSS for fonts in Firefox, but uses Courier New in IE? Is this something just on my site? Any idea how to fix this?

  67. 67 KevandIsa29 Aug 2009

    Awesome plugin! Using this already on our website.

  68. 68 Tanin29 Aug 2009

    Glad you like it.

    - Tanin

  69. 69 Tanin29 Aug 2009

    @Adam,

    The plugin doesn’t generate any CSS. It’s something in your site’s CSS that’s making it do that.

  70. 70 Milly29 Aug 2009

    I’m impressed. Both with the plugin and your speedy reactions!
    It would be great if it could include a possibilty to exclude categories. I have a long list, of which I need to exclude only 3 (instead of including 10).

  71. 71 Tanin30 Aug 2009

    @milly
    soon..very soon…In 1.5.3….actually, it should be uploading to WordPress.org as i’m typing this…

  72. 72 baron30 Aug 2009

    Works great, thank you

  73. 73 PSG07 Oct 2009

    Great plug-in bro! fantastic
    I am using this now [wp-blogroll showdesc=1 showbrk=1]
    Tell me how can I get a space after each link and description?

    Now it is all stuck together=
    * British Philosophical Association
    The British Philosophical Association (BPA) is the subject association for Philosophy as an academic discipline within Britain.
    * Centre for Research in Modern European Philosophy, Middlesex University
    The Centre for Research in Modern European Philosophy at Middlesex University is the leading centre for postgraduate level study and doctoral research in Continental Philosophy in the London area.
    * University of Sussex, Philosophy department
    Philosophy department of the University of Sussex

    Thanks again
    Cheers
    PSG

  74. 74 Tanin07 Oct 2009

    @PSG You can adjust the space between the links using your template’s CSS file.

    Try something like:
    div.linkcat ul.blogroll li.brlink {margin-bottom:15px;}

  75. 75 mydancetheskull09 Oct 2009

    Hi there, congratulations on making such an effective plugin, it’s really great.

    I’m wondering if it is possible to arrange lists of links into different columns? My links page displays 3 categories and I’d like to display them into 3 columns – one for each category. Is that possible? My php knowledge is not very good :(

    Thanks again!

  76. 76 Dawn10 Oct 2009

    Thanks for making this, great plugin.

    I’m trying to show both category descriptions and link descriptions, but having a problem. I’ve got…

    [wp-blogroll showcatdesc=1 showdesc=1 showbrk=1]

    If I try to put showcatdesc=1 at the end, the line breaks don’t work. Just wondering if the two don’t work together or have I done something wrong? If the two don’t work together, can they in a future release? Thanks!

  77. 77 Tanin10 Oct 2009

    @Dawn,

    That should work just fine (I just tested the very string you posted). Can you link me to your blog so I can take a look at the code?

    - Tanin

  78. 78 Tanin10 Oct 2009

    @mydancetheskull,

    you may want to try putting something like this in your template’s CSS file:

    div.linkcat {float:left;width:30%;clear:none;padding:0 10px;}

  79. 79 Pop11 Oct 2009

    Hey Tanin,

    Your plugin does *exactly* what I was looking for, and it’s incredibly easy. However, it’s generating a wide, blank horizontal box at the top of my Links page that I’d like to delete, and like ‘Adam’ said above, everything is coming out in Courier New. I’ve looked up and down my Stylesheet.CSS and every other file I can find and I cannot locate any language that seems to control the fonts of the blogroll or .linkcat, etc. Any suggestions on what I should be looking for? Thx!

  80. 80 Tanin11 Oct 2009

    @pop,

    The box is there because you put the shortcode in a code tag. Look at your page in html mode and edit the code out.

  81. 81 Pop11 Oct 2009

    That fixed both problems at once– man, I read up above from some others that you were fast, but you are THE MAN. 5 stars from me, thx!

  82. 82 Lee15 Oct 2009

    Hi

    This is a great plugin, I have images in my links is there any way I can

    a)put the name of the link under the picture
    b)have three links/pictures on one line instead of under each other.

    Many Thanks

    Lee

  83. 83 Tanin15 Oct 2009

    @Lee, can you provide a link to your blog/site? I can probably tell you what CSS code that will do that for you.

  84. 84 Felix15 Oct 2009

    Hi, I have a problem of having the next category’s name displaying on the same line as the last category’s links. How could I fix this?

    And is there a way to make each link’s box area wider?

    Thanks.

  85. 85 Felix15 Oct 2009

    Hi sry to ask you one more question. I tried to display two different categories on the same page by inserting two seperate statements:

    [wp-blogroll catid=1]

    [wp-blogroll catid=2]

    But it appears that the title of the catid=2 displayed on the center of the page instead of the left. How could we fix that?

    Thanks

  86. 86 Tanin16 Oct 2009

    Felix, you can also write
    [wp-blogroll catid=1] [wp-blogroll catid=2]
    as
    [wp-blogroll catid=1,2]

    It seems all your issues are CSS related. Can you provide a link so that I can take a look?

  87. 87 Stefan Segers16 Oct 2009

    Hi, your plugin really rocks!!!
    I now have a title + description on my page. But I want to add images. So I added the image location. But when I do that and refresh the page the title disappears?!?!?

    Can I use a image + title + description?

    Stefan

  88. 88 Tanin16 Oct 2009

    Stefan,

    I found out what the problem is. It’s actually a “feature” that was brought in with an older version of a function.

    The next version of the plugin will have a parameter that will allow you to always show titles.

    - Tanin

  89. 89 Dawn19 Oct 2009

    @Tanin – thanks, I realized it was outputting the code correctly, just wasn’t visible because of my CSS.

  90. 90 Michael Sjögren06 Nov 2009

    Absolutely wonderful plugin! Definitely the best as yet!

    However, I would like to have the choice of including some selection logic. Like e.g.:
    **[wp-blogroll catname=News,Stockholm,Today logic=and]
    such that only the links that fulfill all the stated categories are shown with the “and” logic.

    If logic is “or” all links within the three categories would be shown, although only once.

    Is it feasible?
    Best regards
    Michael

  91. 91 Tanin06 Nov 2009

    @Michael,

    Thanks. Our team of crack programmers is looking into this feature request as I type.

  92. 92 Marwa07 Nov 2009

    I’d likethis plugin so much

    the blogroll links ( banners ) sorts under each other such as that

    http://www.stylisheve.com/blogroll

    How can i sort it beside each other

    and put 6 links (banners ) in each raw

  93. 93 Tanin09 Nov 2009

    Marwa, if seems you have de-activated the plugin. To get the items next to each other I would suggest using CSS to float the objects to the left. I do the same thing on this site.

    try something like this:

    .linkcat {clear:both}
    .brlink {float:left; width:200px}

  94. 94 Ron12 Nov 2009

    I'm excited to get this working! Seems it would be of great value to me. But I'm having a problem getting it to work. I installed it and activated it. Then I added
    <?php [wp-blogroll] ?> to a page. that results in the following error:

    Parse error: syntax error, unexpected '[' in /home/bh/public_html/news/wp-content/themes/bh/in-the-news.php on line 20 (the line [wp-blogroll] is on).

    Have I misunderstood how to instantiate the plugin on a page?

    thanks!

  95. 95 Tanin13 Nov 2009

    @Ron,

    You're supposed to create a new post or page on your blog/site and enter [wp-blogroll] in your blog/page content.

  96. 96 Ron15 Nov 2009

    Thanks for your reply! Actually, the reason I put the tag inside php is because, when I just put the tag in, say, a

    , it just renders as text. Since trying your plug in, I've tried a couple others that have the square-bracket-style tag and tags within comment code, and nothing is showing up for me, even after verifying that the plugins are installed and activated. I'm fairly new at this, and I'm absolutely sure there is something I'm missing. For instance, I have a suspicion that I'm supposed to precede the tag with a PHP query_posts() function. I wish I knew.

    Thanks for responding tho. I'll trying filling in the gap in my knowledge with more digging around until I happen upon the missing link.

  97. 97 Ron15 Nov 2009

    Ah! One little element I didn't understand: placing a bracketed or comment tag *in a post* as part of the text *vs.* in a _template_. I've been trying to put these in templates!

  98. 98 Tanin16 Nov 2009

    @Ron

    Yeah, this plug-in was specifically written so you wouldn't have to change templates.

  99. 99 Bill21 Nov 2009

    Tanin, Thanks for the plugin – I think it will do what I was hoping. I didn't understand the readme though, as far as how to change the CSS so that the fonts match the rest of my site. I'm sure it's something simple, but I'm just not getting it. Out-of-the-box, it matches the colors on my site, but I'm getting a Courier style font, instead of the Arial used everywhere else on my site. Any ideas what I'm doing wrong? Thanks!

  100. 100 lindsay22 Nov 2009

    thank you so much – i really like this plugin. Is there any way to have this work with one of the feed reading blogroll plugins – I would like this to display the most recent post next to the link?

  101. 101 Tanin22 Nov 2009

    @Bill, the reademe implies that if you want to change the way the links show up, you edit your theme's CSS. There are a number of comments on this page that can help you out on how to do that.

  102. 102 Tanin22 Nov 2009

    @Lindsay, the plugin does allow for authors of other plugins to hook into its functions. For example the FaviRoll plugin by grobator hooks into this plugin to show icons next to the links. You could ask the author of the plugin that allows recent posts to show up to hook into this plugin so that the functionality becomes available to you. Hope that answers your question.

  103. 103 Leannekera07 Dec 2009

    Hi Tanin,

    First of all can I say thank you so much for such a wonderful plugin. I have spent many weeks looking for this – I really cant thank you enough. :]

    Question :

    Is there a way to display a second, third, fourth..etc page for limited links?
    So just like with posts there would be a link to the next page once that category of links have reached their limit?

    I may have already missed the solution within your FAQ so feel free to slap me if I have…sorry!

    Also I have asked on some forums and people continue to tell me to use the do_shortcode function. Unfortunately I am not that advanced with PHP to know how to implement this.

    Many thanks in advance.

  104. 104 Tanin08 Dec 2009

    I’m afraid adding server-side pagination for links isn’t possible without drastically re-designing the way WordPress returns bookmarks.

    As for the dp_shortcode, it’s the following snippet:

    add_filter(‘widget_text’, ‘do_shortcode’);

    See this site for detailed instructions:
    http://englishmike.net/2008/07/07/wordpress-quick-tips-3adding-a-shortcode-to-a-sidebar-widget/

    You could also download the Sidebar Shortcodes plugin:
    http://wordpress.org/extend/plugins/sidebar-shortcodes/

  105. 105 George05 Jan 2010

    Have tried to go through all the documentation carefully, saw a couple of requests for the following, but no response?
    I created a "links" page in the theme template.
    I added:
    <?php
    /*
    Template Name: BlogRollLinks
    */
    ?>
    <?php get_header(); ?>
    <div id="wp-blogroll">
    <h2>Recommended Links:</h2>
    <ul class="wp-blogroll">
    <?php wp-blogroll(); ?>

    </div>
    <?php get_footer(); ?>
    But get error in line 10…

  106. 106 Tanin07 Jan 2010

    @George,

    This plugin was written specifically so you wouldn’t have to change or create new templates. Creating a links “Page” means just going to Pages in your WordPress administrative panel and click on “Add New” in the menu. Add the shortcode as documented in the readme.txt

  107. 107 fff08 Jan 2010

    This is such a great plugin. Is there a shortcode to use it to display the rss of a link? A list of possible shortcodes would be very helpful.

    Many thanks

  108. 108 Tanin11 Jan 2010

    @fff, showing the RSS of a link is currently not possible, but how would you want it to look like if it were? Also, for a full list of the current options, please read the FAQ http://wordpress.org/extend/plugins/wp-render-blo...

  109. 109 fff13 Jan 2010

    Thanks for your reply. In an ideal world we would have the option of:
    the standard rss icon as a link to subscribe,
    a simple css-stylable text list of the rss articles,
    and something very fancy, like a popup displaying the whole of the top, say, 5 feed results

    But just having the first option would be nice.

  110. 110 Tanin14 Jan 2010

    The original goal of this plugin was to give users an easy way of creating an interface for their stored Links. The first suggestion shouldn’t be a problem. It could be done pretty quickly. But building in intelligence that would read the RSS feed and display its contents would be extending the functionality of this plugin beyond its originally intended scope and goals. What I will do is try to build capabilities in the plugin that would allow 3rd party developers to extend their existing RSS reading plugins to communicate and interact with this plugin. This would essentially allow reading content from the RSS feeds that are defined for links.

  111. 111 fff15 Jan 2010

    You are wonderful, thank you!

  112. 112 Sushi16 Jan 2010

    Can you make an option to show dates of when the links were added?

  113. 113 Melissa19 Jan 2010

    Hi there,
    WONDERFUL plug in, does everything I need, and with great ease of use.
    I was curious if you had plans on making collapsible categories in a future edition? I don't have enough links to necessitate just yet, but I am thinking of implementing a separate page of links for beading resources on my site.
    Thanks so much for all your hard work.
    Melissa, pugbeads.com

  114. 114 Tanin19 Jan 2010

    @Melissa. Category collapsibility may actually be useful in future releases, so be on the look-out for that.

  115. 115 Jackson09 Feb 2010

    Love the plugin!

    1. Is there a way to order the categories other than by name or id? I have 10 categories and 2 of those I would like to force to show up at the end of the list. Right now, they just show up alphabetically and the 2 id category numbers are out of sequence.

    2. How do I set an anchor to a category name?

  116. 116 Tanin09 Feb 2010

    @Jackson
    1. You could create 2 wp-blogroll tags and use the catids to set them apart making the first block the one you want to highlight.
    Example:
    [wp-blogroll catid=4,5,6]
    [wp-blogroll catid=1,2,3,7,8,8]

    2. If you can convince me why category names need anchors, I'll write in an option in the next release to make it happen.

  117. 117 Jackson09 Feb 2010

    After working with it a little further, I discovered I need to make all the categories separate wp-blogroll tags. This lets me:
    a – put them in the order that I want them
    b – add the anchor text for each category in between

    I think adding anchors to the category names would be good because in most cases, or at least in *my* case, I have a huge list of links for each category. If someone is only interested in the last category at the bottom of the list, I want to have an "anchor list" at the top of my page that will send them down to the proper category – so they don't have to scroll, and scroll, and scroll…

    When setting this up with several wp-blogroll tags, it puts a huge amount of space before each category name. How can one get rid of that?

    So sorry such a long explanation…thanks for your help.

  118. 118 Tanin10 Feb 2010

    @jackson,

    Most spaces like that are created by CSS margins and paddings. Can you send me a link to your site?

  119. 119 Jackson10 Feb 2010

    How can I send you a message through here?

  120. 120 Jackson11 Feb 2010

    I think I fixed the spacing problem. In the HTML tab of the post box, I had hit enter after every line of wp-blogroll tags. This seemed to put a
    after each tag. Once I ran it all together, the spaces were gone. I had 19 categories being displayed with 19 wp-blogroll tags.

    I manually inserted the anchor names so that my list at the top would jump down to the proper category. It works great, thanks again for a great plugin Tanin!

  121. 121 Tanin12 Feb 2010

    @Jackson,
    glad things worked out for you.

  122. 122 motwguy26 Feb 2010

    I have been using the plug-in successfully for sometime, but it recently stopped working. I am not sure if is result of an upgrade (WP 2.9.2) or interference from another plug-in. I went through and disabled virtually all my plug-in’s but no luck. Removed WP Render and re-installed. When I disable WP Render the links page displays [wp-blogroll catid=89 notitle=1] — so it appears that it is doing something when enabled, but I am not seeing anything in that category (or others that are configured).
    Any ideas?

  123. 123 Tanin26 Feb 2010

    Hmm..weird. Can you check and see if the categories have new IDs since the upgrade?

  124. 124 adam03 Mar 2010

    Hi awesome plug in…just wondering…are there any template tags to use ? or just to post to pages or posts?

    Thanks!!!

  125. 125 Tanin03 Mar 2010

    @Adam, you can call the plugin’s functions from within templates (in PHP), but that’s not really what this plugin was made for. For example, instead of writing this:
    [wp-blogroll catid=39,37] (in a page or post)
    you’d have to write something like this in the template code:
    renderlinks_tc_hnd(array(‘catid’=>’39,37′),null);

  126. 126 Tanin03 Mar 2010

    Any luck with changing the category ID's ?

  127. 127 John Vickers13 Mar 2010

    Great plugin, thank you.

    I am having 1 issue though as shown here http://ctkac.ca/links-2/
    See under category RESOURCES how (a) the Anglican Network in Canada link is bordered and (b) how the Bible Gateway link is out of alignment.

    Please tell me how to correct this. I'm using the plug in its most basic form of [wp-blogroll]

    My second item is not a problem could you tell me please how to (a) bold the catelog titles and (b) how to get a line feed (space) between categories.

    Thank you in advance for you kind assistance.

  128. 128 Tanin14 Mar 2010

    The link to “Bible Gateway” has an image associated with it. Removing the invalid image URL by editing it out in your admin panel should fix the alignment issue. Things like changing the look of category titles and setting margins between elements should always be done in the site’s CSS files.

  129. 129 CAC16 Mar 2010

    Is there a PHP call for this plugun as well. I'm trying to add it to my template. I know it was made so I won't have to do that but it's the only way I know how to get it on my home page. Thanks!

  130. 130 Tanin16 Mar 2010

    I don't really support this usage of the code, but you'd have to call the function kinda like this (Parameters stored in arrays. In this example catid is a parameter name and 39,37 is a parameter value):

    renderlinks_tc_hnd(array('catid'=>'39,37'),null);

  131. 131 CAC17 Mar 2010

    I tried it but it didn't work. Where exactly do I put the parameter name where it says 'catid'?

  132. 132 Tanin17 Mar 2010

    yes. the parameters are stored in a single array and passed on to the function as a parameter.

  133. 133 Unik19 Mar 2010

    Hi, very cool your plugin, I have a question, all the links appear to the left and I would like them to be center instead, is there a way to do that?

    Thanks again for your wonderful plugin

  134. 134 Tanin20 Mar 2010

    Use css to style the object to center

  135. 135 Adal Design21 Mar 2010

    Very helpful plugin, thanks!

  136. 136 Tanin23 Mar 2010

    I would either float the links to the left (like on this site's links page) or create your own columns using floating DIVs and enter the code in the divs (specifying catid's for the sets of categories per column)

  137. 137 cei23 Mar 2010

    hi, great plugin! :)
    just wnt to ask if it can show links in multi – column?
    or to have a divider between d 2 columns so it'll look neat if we have lots of links?
    does it already have? thanks! :D

  138. 138 cei23 Mar 2010

    oh ok thnx. but isn't it to add float divs in link is to customize 'brlink' in style.css ? i tried but it didn't work is there other code to add?

  139. 139 cei23 Mar 2010

    oh i already can edit it. but i don't know how to arrange that in 2 columns. can't make it :(
    do u know d specific code for it?

  140. 140 Ati24 Mar 2010

    Hi,

    I’m getting following error on a fresh WordPress 2.9.2 install :

    Parse error: syntax error, unexpected ‘}’ in /www/www.something.be/wp-content/plugins/wp-render-blogroll-links/WP-Render-Blogroll.php on line 422

    Any idea what might cause this?

  141. 141 Tanin24 Mar 2010

    Update your PHP installation

  142. 142 Tanin24 Mar 2010

    <div id="col1">[wp-blogroll catid=1,2,3]</div><div id="col2">[wp-blogroll catid=4,5,6]</div>

    Float #col1 and #col2 to left and give them 50% width (or less if you're padding divs).

  143. 143 @somedoodles20 Apr 2010

    Getting a fatal error when I activate the plugin over here. Fresh install, 2.9.2 plus your latest release.

  144. 144 Tanin23 Apr 2010

    upgrade your php version.

  145. 145 eric27 Apr 2010

    how?

  146. 146 Tanin28 Apr 2010

    Contact your provider and tell them you want php5.x

  147. 147 Bambo03 May 2010

    Would not activate until I set Short_open_tag to ON in php.inihttp://php.net/manual/en/ini.core.php Default is off with latest php I think so upgrading might be the problem :)
    This is on a Xampp server btw. Had no problems on a host and comparing ini settings pointed at that entry.

  148. 148 Tanin04 May 2010

    Thanks for that info. I wasn't aware of this.

  149. 149 Tanin04 May 2010

    Thanks for that info. I wasn't aware of this.

  150. 150 Tanin04 May 2010

    Thanks for that info. I wasn't aware of this.

  151. 151 nadworks16 May 2010

    Hey, great plugin. But is there a way to make it work in conjunction with the "My Link Order" plugin??? I'd like to be completely flexible with the order in which my links display in each category…

  152. 152 Tanin17 May 2010

    Nope. That plugin was written so you can create configurable link and category widgets. This one is for creating an entire fully configurable page just for your links. This plugin DOES supports various order setting of its own. You can read more on category orders or link orders in the FAQ section of the readme file.

  153. 153 Alison19 May 2010

    Hey there! I wanted to use your plugin for more configurable link categories (I was using blogroll-links-page previously) but when I activated your plugin and entered the shortcode into the page [wp-blogroll catorderby=term_group] ( into the html view, in case you were wondering :) all I see is "[wp-blogroll catorderby=term_group]" echoed on the page. I got the same when I tried just "[wp-blogroll]". Do you know what could be going wrong?

    I am using WordPress 2.9.2.

    Thanks!

  154. 154 Tanin19 May 2010

    I suspect the plug-in isn't active. Could you double check just to prove me wrong?

  155. 155 Nina29 May 2010

    You're probably aware of this already but just in case you're not… the plugin is returning a fatal error on WP 3.0 RC1:

    "Parse error: syntax error, unexpected '}' in C:****wp-contentpluginswp-render-blogroll-linksWP-Render-Blogroll.php on line 422"

  156. 156 Tanin29 May 2010

    Can't say I've seen that one before. What version of PHP are you running?

  157. 157 Tanin29 May 2010

    I just set up a WordPress 3 test site. The plugin seems to work fine. http://tanin.nl/wp3/

  158. 158 Paula05 Jun 2010

    I really like the way your blogroll is formatted. Any chance you could share the formatting?

    Thank you

  159. 159 Tanin05 Jun 2010

    My blogroll page is formatted using the following shortcode:
    [wp-blogroll forcerel=external catorderby=count catorder=desc show_images=0]

    forcerel=external is for setting the relation (rel=) of the links to "external". I use a piece of javascript to make those links open in a new window.

    What you're looking for is catorderby=count catorder=desc

  160. 160 patsy06 Jun 2010

    Profile is there a way to let the plugin, if one has spent in my blog roll a new article?
    *Sorry – google translator*

  161. 161 Tanin06 Jun 2010

    Deutsch verstehe ich auch

  162. 162 Chris07 Jun 2010

    Hi,

    I'm using a title and description and was wondering Is there a way to style the description with a smaller font than the title? It would fit in much better with my them that way. Trying to match this text, http://wpthememods.com/category/top-10-lists

    Thanks

  163. 163 Tanin07 Jun 2010

    Use your CSS file. BTW, you're on the wrong site. The page you're talking about has nothing to do with this plugin..

  164. 164 Chris09 Jun 2010

    Thanks, both the tytle and the description are being rendered by the same class, <li class="brlink">, i'm thinnking I need to put them in seperate divs in your plugin file but not sure. I want them to be styled like the page referenced above.

  165. 165 Tanin09 Jun 2010

    I see what you mean now. The title and the description are both in the same container (<li class="brlink">). You can set the style for the description using the .brlink class and the link itself can be styled using .brlink a {…}

  166. 166 Patrick Schutte09 Jun 2010

    I've read all the readme and see the line: "The output can easily be styled with CSS." I am new to css and just getting the hang of it…where would I style the Size of the Category Titles…I'd like to make them smaller…

    Thanks in advance and for the great plug-in…and forum. I tried several others but none have the options you do!
    :) PS

  167. 167 Chris09 Jun 2010

    That's what I was looking for. thanks for the help and the great plugin.

  168. 168 Patrick Schutte09 Jun 2010

    I read through all the comments and suggestions you've made…thanks again…one thing I'd like to do but did not see addressed yet is to add a space or character like ">" between the link title and description

    Currently:

    Prescott Farmers Market Official Site of Prescott, Prescott Valley, and Chino Valley Farmers Markets

    Would like to display:

    Prescott Farmers Market > Official Site of Prescott, Prescott Valley, and Chino Valley Farmers Markets

    Thanks is advance…donation to follow

  169. 169 Tanin09 Jun 2010

    something like this should do the trick (try out different sizes until you're happy):

    h2.linkcattitle {font-size:12pt}

  170. 170 Tanin09 Jun 2010

    You know, that's currently not possible with a shortcode, however there is a showbrk=1 that makes the description go to the next line. Try that out, but if you're still not happy with how that looks let me know and I'll see if I can implement a separator.

    ONE MORE THING! : You can try to create your own separator using CSS!
    Give this a go:

    .brlink:after {
    content: " > ";
    }

  171. 171 Patrick Schutte09 Jun 2010

    Thanks for the suggestion, Tanin…when I add the code:

    .brlink:after {
    content: " > ";
    }

    It puts the separator after the description and not between the link and the description…

  172. 172 Patrick Schutte09 Jun 2010

    When I use:

    .brlink:after {
    content: " > ";
    }

    It put the separator after the description and not between the link and the description….

    And I think I double submitted this question twice by accident…sorry

  173. 173 Patrick Schutte09 Jun 2010

    Adding this to the style.css does not change the font size…should it be added somewhere else…

    Thanks again!
    :) PS

  174. 174 Tanin09 Jun 2010

    My mistake.

    Try this:

    .brlink a {text-decoration:none;}
    .brlink a:after{
    content: " > ";
    color:black;
    }

  175. 175 Tanin09 Jun 2010

    your style is overriding it.
    try this (walks on a higher level on the CSS tree)

    #content .linkcattitle {font-size:10pt}

  176. 176 patrickppp09 Jun 2010

    Perfect!!! Thanks for the code! Happy to donate…keep up the good work!

  177. 177 patrickppp09 Jun 2010

    That worked perfectly!!! Thanks!!!

  178. 178 patrickppp09 Jun 2010

    K, I feel lame…I was able to the > but how do I add a space on each side of it?

    When I try " > " the spaces are removed and I get ">"

  179. 179 Tanin10 Jun 2010

    Try the content line as written here: /snips/css_snippet_spaces_content.txt

    The backslash 00a0 part is unicode for space.

  180. 180 patrickppp10 Jun 2010

    YOU DA MAN!

    Thanks!
    :) PS

  181. 181 patsy12 Jun 2010

    Sag das doch *lach*

    Also erst mal: Wirklich tolles Plugin! Was ich aber nun versucht hab auf englisch zu schreiben ist, ob man auch irgendwie unter jedem Link im Blogroll anzeigen lassen kann, wenn der entsprechende Blog einen neuen Artikel veröffentlicht hat?!
    LG
    Patsy

    P.S.: Hab grad erst gesehen, das man auf "reply" klicken muss um ne Antwort zu sehen :o ops.

  182. 182 Tanin12 Jun 2010

    Ich hab gerade version 2.1.1 publiziert. Der Live Blogroll plugin hat was du brauchst und mit livelinks=1 (ab version 2.1.1) kannst du es auch hiermit benutzen.

  183. 183 patsy12 Jun 2010

    cool! Vielen Dank!! *freu*

  184. 184 patsy12 Jun 2010

    hmmmm, hab aktualisiert und den Code eingegeben, aber anzeigen tut er mir es nicht. Mal schauen, wenn neue Artikel rauskommen…………
    (jep, hab den Links die jeweilige rss-adresse eingegeben ;-) )

  185. 185 Tanin12 Jun 2010

    Live Blogroll plugin auch installiert? http://wordpress.org/extend/plugins/live-blogroll...

  186. 186 patsy12 Jun 2010

    ups………. peinlich. Neee, ich hatte das zwar gesehen, als ich nach nem Plugin für den Blogroll suchte und das "Render Blogroll" fand, aber ich dachte, das funktioniert nur für die Sidebar.
    Werds mal installieren und schauen ob es so geht. Danke dir :o )

  187. 187 patsy12 Jun 2010

    Ich hab jetzt diesen Code in der Klammer: wp-blogroll notitle=1 livelinks=1
    aber es tut sich leider immer noch nichts. Allerdings heißt die Version bei wp noch 0.6.2, ist das die aktuelleste?

  188. 188 Tanin12 Jun 2010

    Das ist aktuel aber der Live Blogroll plugin ist leider nicht immer zuverlässig (Du gehst mit der Mouse auf ein link und dann erscheint der infofenster). Ich werde mal schauen ob ich selbst dieser sache mit updates aus andere seiten implementieren kann.

  189. 189 patsy13 Jun 2010

    Guten Morgen :-)
    Also, das info-Fenster taucht nun auf, aber extrem weit weg vom Link selbst. Vermutlich hatte ich es deshalb übersehen, weil wenn ich auf den Link mit der Maus gehe, seh ich nur ganz unten auf dem Bildschirm ein Teil der Box. Muss also entsprechend "Platz" machen.
    Kannst du mir sagen, wie bzw. wo ich das einstellen muss, das die Box direkt an dem Link erscheint?
    Danke dir und einen schönen Sonntag ;-)

  190. 190 Tanin14 Jun 2010

    Ich hab Live Blogroll nicht geschrieben aber schau mal unter wp-content/plugins/live-blogroll/wp-live-blogroll.css

  191. 191 Hans16 Jun 2010

    I tried both options without success. In the stylesheet style.css the h2 header is allready used. Could this be the problem?

  192. 192 Tanin17 Jun 2010

    yes. Try using
    #content .linkcattitle {font-size:10pt}
    or
    #content h2.linkcattitle {font-size:10pt}

    After the h2 declaration in your style.css. There may also be other css files loaded. you may want to use the Web Developer extension for Firefox and see what css files load declarations for the h2 you're looking at.

  193. 193 cyclusbcn19 Jun 2010

    Hello!

    This is really a useful plugin and works perfect with WP3.

    Just a suggestion… will be nice to get the favicons for links and have an option to show them next to the link.

    Thank you again!

  194. 194 Tanin20 Jun 2010

    The Faviroll plugin does this quite well and it works together with this plugin. Check it out: http://wordpress.org/extend/plugins/faviroll/

  195. 195 CommonSenseCool07 Jul 2010

    Getting this error on admin backend on wp bloroll info Webpage. Here are the error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 1.1.4322)
    Timestamp: Wed, 7 Jul 2010 07:39:35 UTC

    Message: 'postboxes' is undefined
    Line: 316
    Char: 5
    Code: 0
    URI: http://********.com/wp-admin/options-general.php?page=WP-Render-Blogroll.php

  196. 196 Tanin07 Jul 2010

    I found out what it was. You can ignore the javascript error – the piece of code that generates it doesn't really do anything. It will be removed in the next minor update. Thanks for noticing.

  197. 197 Heidi15 Jul 2010

    Tanin, first of all I want to thank you very much for this great plugin. I have been using it for 6 months with nary an issue. However I am trying to find out how to get my links to display a little differently on my pages and cannot figure out how to do this. I am sure it has to do with CSS but alas I cannot even seem to find where the css is for the way the blogroll links are currently displayed. The issue: My links display as a bullet list however I would like instead for them to display very much like you have on your Links page on this blog (horizontally instead of vertically) along with a image over each link. Can you possibly help?

  198. 198 Tanin15 Jul 2010

    You can use the CSS file that is located in your theme’s folder. For example: http://printablecouponspot.com/wp-content/themes/indomagz_5/style.css

    Try adding the following line to it:
    .linkcat ul li {float:left;list-style-type:none;width:235px;display:block;}

    Images are added automatically when you add them to the links in the WordPress admin dashboard.

  199. 199 Heidi15 Jul 2010

    Thank you for such a speedy answer!, I think I can work with that code! Do you happen to know if I can have that particular css work on just one page while other pages maintain the vertical bulleted list?

  200. 200 Tanin15 Jul 2010

    The ".linkcat" part makes sure the rule is only applied to the blogroll, but if you have multiple blogroll pages and want to test only 1 page, encapsulate the [wp-blogroll] shortcode with a div that has an id (<div id="testing">[wp-blogroll]</div>) and you would start the CSS line with: #testing .linkcat u li

  201. 201 Lighting23 Jul 2010

    Thanks for the great plug in! Just what I was looking for!!

    I am having the same IE6 Courier font display problem as several other users have reported. It is displaying fine in Firefox. Has anyone found how/where to edit the template css to fix this?

  202. 202 wwwindi13 Aug 2010

    How can I get a line break to appear between the image and the title of the link?

  203. 203 Tanin13 Aug 2010

    use the show_names_under_images=1. Example: [wp-blogroll always_show_names=1 show_names_under_images=1]

  204. 204 Stephanie Calahan14 Aug 2010

    Love the plugin! I wanted to only show specific categories on the page, but I cannot get it to work. I have tried

    [wp-blogroll showdesc=1 catname=BusinessProductivity]

    [wp-blogroll showdesc=1 catname=Business Productivity]

    [wp-blogroll showdesc=1 catname=Business-Productivity]

    [wp-blogroll showdesc=1 catname=business-productivity]

    I have tried them all and none of them give content (I should see 1 link) http://productiveandorganized.com/products-resour...

  205. 205 Tanin14 Aug 2010

    Hi Stephenie,

    the catname is simply the name of the category. You can see what the names are by going to the Links section of your admin panel and click on the Link Categories submenu.

    If your link name has a space in it, you will need to wrap it in quotes like this:

    [wp-blogroll catname="Web Technology"]

    or in your case…

    [wp-blogroll showdesc=1 catname="Business Productivity"]

  206. 206 Stephanie Calahan14 Aug 2010

    Thank you for your speedy reply. I understood what the catname was and figured I had a syntax issue, but did not even think to put quotes around it. I realize that might be a "no duh" moment, but it could be helpful to throw one of those examples into the faq. Thanks again for the help.

  207. 207 Tanin14 Aug 2010

    No problem.

  208. 208 Craig Tommola29 Aug 2010

    I am using [wp-blogroll showdesc=1 showbrk=1]
    I would like to have the name of the link appear with the <H4> style

    How would I go about doing this?
    Much thanks
    CT

  209. 209 Tanin29 Aug 2010

    Find what style properties h4 has on your site and add them to the .brlink a properties in your CSS file.

    .brlink a {
    /* style goes here */
    }

  210. 210 John Vickers01 Sep 2010

    Great plugin thank you. I have two questions please and thank you:

    1. Is it possible to have a between the categories and links?
    2. What is causing the misalignment of "Bible Gateway" here http://ctkac.ca/links-2/ and how can this be fixed?

    Thank you very much indeed!

  211. 211 Tanin01 Sep 2010

    1. add this to the bottom of your css file:
    h2.linkcattitle {margin: 15px 0px 10px;}

    2. Go to your links in the admin panel and change the image url to http://ctkac.ca/wp-content/uploads/2009/03/aniclo... (click to see the full url) or remove the image url if you don't want an image.

  1. 1 Eklenti.Net > Wordpress Eklentileri » Render Blogroll Links
  2. 2 10 Great Wordpress Plugins for Bookmarking
  3. 3 Best WordPress CMS Plugins | Another Design by Matt Sweeny
  4. 4 Easy powerful seo and page rank tips | POTPOLITICS
  5. 5 Trying this plugin to export my blogroll… « Updates
  6. 6 kerangka frijal dot com » Layar Kosong™
  7. 7 Ecliptic Rift » Current Wordpress plugins v3

Leave a Reply




Calendar

April 2009
MTWTFSS
« Mar May »
 12345
6789101112
13141516171819
20212223242526
27282930