I’m trying out AsideShop (1.2) under 3.0.1 and can’t get it to work. After I’ve defined my template, enabled a category for it, turned on AsideShop and made a new test post to the asides category, I still see nothing.
How does the plugin know where to display its posts? I expected to see a widget to include in the theme, but there wasn’t any. The installation instructions don’t really mention to do anything more specific, but there’s got to be a shortcode or set of template tags to include. I tried dumping the template code into a ‘text’ widget, but that didn’t work either.
I’m using a TwentyTen theme with no caching plugins enabled on the local instance that I’m testing this on.
Looking at the PHP code a little bit, it looks like it makes use of filters on the_content. I have a custom filter of my own set up, but for the purposes of this testing, I disable the filter in case that conflicted. My main loop is still active and calls the_content just fine.