Making non wordpress pages simailar to Pages and Archives layout pages
-
I have a theme with a different layout for pages and archives. I want to change my non wordpress pages into the same layout as my pages and archives page and I was wondering how I would do that.
I already know how to intergrade the non wordpress page to have the same layout. The only problem is i don’t know how to call that particular layout with the non wordpress pages code.
The code to call other pages and archives is this
<?php if (is_page() && !is_page("archives")) echo " class=\"singlecol\""; ?>
How do i switch up
< ?php require_once("/home/......./wp-blog-header.php");? >
to call singlcol rather then the default layout style?Thank you.
- The topic ‘Making non wordpress pages simailar to Pages and Archives layout pages’ is closed to new replies.