mpmchugh
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Cumulus] cloud of links to pagesThanks, I got the developer release and formatted an XML file appropriately, but I’m not clear which line you referring to when you said:
This should happen if you comment out the line that feeds the mode parameter to the movie.
Could you cite the specific line or lines, you’re talking about?
Thanks!
-Michael
Forum: Plugins
In reply to: [Plugin: WP Cumulus] cloud of links to pagesThanks for the reply. It would be nice if a future version could use the link_category taxonomy. It’d be even better if there was a way to limit it to a Link Category as well. With this, you can basically have a dedicated set of links, easily editable in WP that you can feed to the cloud.
For the interim hack, is there a specific place to put the XML file or reference it’s location, once you comment out the line in question?
Any help in doing this is would be appreciated.
Thanks,
MichaelForum: Fixing WordPress
In reply to: modify body_class() output to show category-{slug} for single postsThanks! That worked perfectly… Would you know how to modify to get the parent category slug as well?
Forum: Plugins
In reply to: Hack AddThis plugin to place button outside the_contentHmm… this hack no longer works in the new addthis plugin, as they seem to have restructured it a bit when adding a sidebar option.
The string in question has been changed to:
add_filter('the_content', 'addthis_social_widget');
Any suggestions on how to adapt?
Forum: Plugins
In reply to: Hack AddThis plugin to place button outside the_contentThanks again, but I’ve run into an odd wrinkle, which is that, though the AddThis button shows up fine for the entries on the main, unfiltered Blog page and on individual blog entries, it disappears when you click on a category link to filter the blog page down to a single category. Any idea why that might be happening?
Thanks,
MichaelForum: Plugins
In reply to: Hack AddThis plugin to place button outside the_contentThanks! That worked perfectly.
-mpm