How do I load a specific page in classipress?
Hi.
I am trying to setup the Q and A plus plugin on my classipress site.
This plugin looks to me as being the best FAQ plugin for wordpress, but I have an issue with it.
If I use the plugin to go directly to a FAQ post, the plugin does not load the header, css or footer, from classipress.
I have discovered the problem in the Q and A plus plugin. and it has to do with how i renders the page.
It looks for a page in the theme style folder named either page.php, single.php. It then loads that php file.
But these files in classipress are only template files, they do not include header, footer etc. I have discovered that classipress makes use of a wrapping system that wraps the template file inside the wrapper.php.
But I do not know how to make use of this system, to get the page rendered correctly.
I have tried to look at how twentyeleven renders its page.php, but this is quite different than the way classipress does it.
Any hints please?