I have a "bad case of the Monday's". Not easy to get back into the groove after 4 days off. 55 mins ago

Home / blog / WP 2.2 Widget “fix” part 2

I’ve already stated I’m having some issues with the widget system since SBM had so many options and was so much easier to use. One of the items of frustration was the conditional tags that it applied to widgets automatically. Well now I’m going to have to apply these tags to the plugins manually.
Example:
<?php
if (is_home())
{
get_flickrRSS();
}
?>

get_flickrRSS(); is the plugin call.

Another problem, if your plugins aren’t widgetized then what do you do? I had to use this plugin(execphp).

 

Trackbacks

(Trackback URL)

close Reblog this comment
blog comments powered by Disqus