Tag Archive for "plugin"

RN Related Tags Plugin 1.4

This version fixed the duplicated tags problem that caused by plugin hook 'action_add_template_vars()' called several times and output is always appended to template variable '$related_tags' due to no initialization is done. And plugin option 'Tag(s) to be hidden' has been changed to use TextMulti of FormUI. You can grab the updated version from the original post.

RN Related Posts Plugin 1.1

This version fixed the bug of duplicated posts that appeared in a scenario that

echo $related_posts;
is placed in a separate template and use
$theme->display( 'foo' );

to display that template.

The problem was caused by plugin hook 'action_add_template_vars()' called several times and output is always appended to template variable '$related_posts' due to no initialization is done.

Thanks Brando and miklb for reporting this problem. You can grab the updated version from the original post.

RN Tag Cloud Plugin 1.3a

This version is just a minor release that clear the cache during deactivation. You can grab the updated version from the original post.

RN ZooomrRSS Plugin 1.0

This version changed from using theme variable to theme function. Better memory utilization by using theme function now. You can grab the updated version from the original post. Please note the change of the usage.

RN FlickrRSS Plugin 1.3

This version changed from using theme variable to theme function. Better memory utilization by using theme function now. You can grab the updated version from the original post. Please note the change of the usage.

Page:  1 2 3 … 24 Next →