I'm attempting to get the e-commerce plugin e-shop up and running, but it seems none of the shortcodes it uses are working.
Between my searching regarding e-shop in the WP forums, as well as the discussions regarding how shortcodes are defined, I think I need to define the shortcodes used by the plugin in the index.php template.
See:
http://quirm.net/wiki/eshop/shortcodes/
http://codex.wordpress.org/Pages_Add...icular_Page.3F
http://codex.wordpress.org/Shortcode_API
http://codex.wordpress.org/Function_...e/do_shortcode
The default WP theme uses page.php for pages, but Atahualpa uses index.php. I suspect the plugin looked for/modified page.php, which is why they aren't working.
I know it's not the purpose of this forum to support other products, but this is the only place I can get the Atahualpa-specific stuff. Thanks in advance.
...but I really don't know what I'm doing, just what I've read.