Blogroll Autolinker news
4 April 2007 • blogrollautolinker, plugin, wordpress
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.
4 April 2007 • blogrollautolinker, plugin, wordpress
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.
Yoda says:
5 May 2007 at 10:22
Great plugin. :)
I’ve installed the Autolinker but I was wondering if it was possible to modify it so that if affected sidebar text.
Steven says:
6 May 2007 at 21:32
You can apply it to any text by running the text through the plugin’s
linkifyfunction. I don’t know of a way to automatically apply it to sidebar text, though.Alberto says:
13 July 2007 at 11:25
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).
Steven says:
13 July 2007 at 12:02
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.
Alberto says:
13 July 2007 at 14:07
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).