I want to use David Chait’s CG-Amazon on two different static pages, one of which I’m working on now (Music).
Problem: Creating the PHP code that CG Amazon needs to display the listings on several different static pages, NOT in the sidebar content.
Comment: While I UNDERSTAND and APPRECIATE that one can create a page-specific template, I think this defeats the ease of using pages for purposes such as mine. I also want to avoid having a million jillion trillion templates for this thing and that. It’s one of the features that set WP apart from MT in my mind: The fact that you didn’t necessarily NEED all those templates floating around. All that being said, here’s what I’ve tried, without success:
1. I just didn’t understand the “WP Executables” plugin and I’m not sure it’s what I need to accomplish the task anyway. So I abandoned the use of it.
2. I found RunPHP and installed it, disabled the XML thing in my WP console, created the page, edited the page and checked “eval” as instructed. I get this output:
‘Parse error: parse error, unexpected a€?\’a€? in /home/myblog/public_html/wp-content/plugins/cg-plugins/runphp.php(96) : eval()a€?d code on line 1’
I’m sure I need to look to the plugin’s author for help with this, but was hoping perhaps this is a common enough error that there might be an easily-recognized solution – to someone well versed in PHP. I am not such a person.