You can use include() instead of get_sidebar(), e.g.:
PHP Code:
include (TEMPLATEPATH . '/r_sidebar.php');
but if you have a custom sidebar for your page, e.g., sidebar-page1.php, you can still use get_sidebar():
PHP Code:
get_sidebar('page1');
You just need to make sure the filename is of the format sidebar-pagename.php when using it.
Read more about the latest developments here:
http://www.freewordpressthemes.com/b...es-know-about/
http://codex.wordpress.org/Include_T...debar_Template
http://codex.wordpress.org/Template_...y#Page_display

Originally Posted by
ajobin
Hi there
I'm using Cutline 1.4.3. split, where there are no more "get_sidebar"-statements. How should I change the new page template (compared to page.php)?
Thank you very much in advance!
Bookmarks