Blogroll Autolinker news

Blogroll Autolinker has a new home at WordPress.org. There’s no new version, so you don’t need to download it again if you’re already using it.

Comments

  1. Great plugin. :)

    I’ve installed the Autolinker but I was wondering if it was possible to modify it so that if affected sidebar text.

  2. You can apply it to any text by running the text through the plugin’s linkify function. I don’t know of a way to automatically apply it to sidebar text, though.

  3. It is really a lovely plugin.

    It’s a long time I’m trying to modify it to do it work with categories instead with blogroll. So I tried changing the line 52 of the blogroll-autolinker.php file with following:

    foreach (get_categories() as $link) {

    but it doesn’t work. Do you have an idea how could I manage to do that? (With many thanks in advance).

  4. You will definitely need to change more than that. I’m afraid I can’t help you now, though, because I’m not familiar with the category functions in WordPress. That shouldn’t be too difficult to figure out from the API docs on the WordPress Codex, though.

  5. Thanks a lot anyway, Steven.

    I tried to modify your plugin using the get_categories() function for it seemed to work in the right way for my purpose. I checked it on the WpCodex site (http://codex.wordpress.org/Function_Reference/get_categories).

Leave a comment

Comments are formatted with Markdown.