Apologies for all the questions, but I am new to WordPress (not new to CMS though).
I have a page with three columns in a custom template. I have already used the sidebar.php for one column but would really like to place one other column in an includes file.
I tried creating pagesidebar.php and sidebar2.php, but each time I get a fatal error when I call it from the page.php file. I am using the following to call it:
<?php pagesidebar.php(); ?>
Are there limits or guidelines to creating “includes” files?
I would appreciate some help on this.
Thanks.