Custom Home page template for JobRoller (problems with wrapper.php)
I have created my own child theme for JobRoller and am currently working on it. I am trying to figure out how to create my own custom home page template and would like to change all of the content that is within the div#content .inner. This div is already styled through the wrapper.php and is used on every page template and i don't want to change it.
I'm ok with the wrapper on every page, but i would like the front page to have the vertical line (which is also on the parent jobroller theme) removed on the home page template i am creating. Since every page template uses the wrapper.php and I want to keep that vertical line on every page but the home page, is there any way i can add a variable to either the wrapper.php or wrapping.php (in the /frameworks/includes/ directory) file for a custom home page template?
And, although this is related, but not about this home page template, it would also be nice to be able to set this page as 'Home' in wordpress and the 'Blog' page and not have Jobroller get all messed up like it does now if you do that. Meaning when you are in the Wordpress dashboard and goto Settings > Reading and select your Front Page to be 'Home' and Posts to be 'Blog'. I would think that this would be a pretty standard feature, and I'm a bit surprised it isn't available in JobRoller.
Any help or suggestions is greatly appreciated.