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

About the Author, Dan Cameron:

I'm the owner and solution engineer at Sprout Venture, a web solutions company that specializes in web development including WordPress.

I started my first blog in 2003 and transitioned to WordPress in 2004. Since moving to WordPress I've written a few plugins and themes for public consumption. Lately I'm busy engineering/building/coding and have only been able to share a few code snippets.

If you're in need of some web development, web design or custom WordPress plugins and/or themes contact me, I'll be happy to discuss it with you.

Read More »

blog comments powered by Disqus