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”.

Changelog

  • Added a changelog section to the readme.txt
  • Added support for notitle parameter – Allows user to remove titles from categories.

1.3.1

Added limit support

1.4.0

Added option to show category descriptions

1.5.0

Added SEO option to force relations. (will render rel=”external”, rel=”nofollow” to links)

1.5.1

Allowing interoperability with plugins like FAVIROLL

1.5.2

Added support for setting category order

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

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.


  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 ?

  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