Forum Replies Created
-
AuthorPosts
-
iamchrisone
ParticipantHey Zed,
I was just digging through some of the code. Would adding somehting like this to my functions.php have the desired effect?
function septera_force_layout_class() {
if( ‘custom-post-type-name’ == get_post_type() ) {
$septera_sitelayout = “two-columns-left”;
}
}Cheers,
Chris.iamchrisone
ParticipantHey Zed,
Thanks for following up. I think my challenge here is that it’s not a static page. There is no editor.
Would you be able to point me in the right direction for forcing non-static pages such as the blog page and this events page to use specific layouts?
Same goes for portfolio pages. The meta box isn;t available for those either.
Cheers,
Chris.iamchrisone
ParticipantHi Zed,
Thanks for getting back to me. So you found me out. I am a complete novice at this. What I’m trying to do is use the various Septera page layouts (eg. two columns sidebar on left, two columns sidebar on right, three columns sidebars either side) for Blog, Portfolio, Testimonial and Event Calendar Plugin pages. These pages pickup the default Septera layout. Is there a way to select which layout these pages use? Could you point me in the right direction?
Cheers,
Chris.Website: www.scottishmultisport.co.uk
-
AuthorPosts