First, thanks for all the support up to this point! You've been very kind.
For www.aequator.goedgehost.nl, I want to setup a custom template for four specific categories ("water", and three others.). If I know how to create one, the rest will probably be copy-paste work. This is what I've done so far:
1) I have created category-water.php and put it in the Platform Base theme folder. It seemed to work (at least I got an empty page when I was in the category water)
2) Then I added this code:
<?php
if(VPRO) {
/*
Template Name: Water
*/
// Get Control Template
get_template_part( 'template.load' );
}
?>
The problem is that when I load the Template Mapping of Platform Pro by get_template_part( ' template.load' );, it forgets everything else and it is not 'custom' anymore.
3) I've also added this:
'Water' => array( 'name' => 'Water', 'sections' => array( 'PageFeatures', 'PageLinesBoxes' ), ),to config.templates.php in platformpro/config.
The "Water" template shows up in the platform pro template options, and I can rearrange stuff, but nothing changes. It seems that the posts page layout (because it is a category page) overrides the category-water.php.
In this specific category page, I want:
- a feature slider, but then with other photo's then the home page feature slider (which is another problem)
- a welcome message (a post perhaps?)
- an overview of posts from this category
- the normal widgets I have on every page (most used tags and most used categories)
I hope you can help me. If you have any questions, please ask!
greetings,
Lars










