I’d like to know this as well. How did you know how to create this template? Is that documented anywhere?
Thread Starter
a42
(@a42)
*bump* still no one who can help us out ?
@nowton the single post type template can be customized fairly simple… look there >> http://codex.wordpress.org/Post_Type_Templates for explaination of the post type templates.
Cheers,
Adam
Thanks, found the documentation but in this case that doesnt seem to work. Probably due to not following some of the standards by the author.
Do we really need to debug the view to see how to influence or adapt the template? So much for the premium version…not shelling out for that.
Indeed, my co-developer found out that the author created his own template-redirect. To disable this, use `remove_action(“template_redirect”, ‘qaplus_template_redirect’, 10, 0);’ in your template’s functions. Why anyone would want to mess with template hierarchy is beyond me, but at least this restores everything back to normal.
Great find. I spend many hours trying to create a custom template for faq items. I never could it get to work. Now I know why 🙂
Thread Starter
a42
(@a42)
That’s indeed a great find 🙂
Cheers
Adam
Hi,
That solution really great.
I was looking for that solution too.
great job Nowton.