Ok. I can create a new page. From what I read, its:
<?php
/*
Template Name: My Custom Page
*/
Then what do I do? Naturally, the page is appearing blank, because there is nothing on the page.
I have. I created a page called sidebar2-page.php, which shows up in the page template drop down menu.
If a I duplicate the code from the sidebar-page file, how can I get this page template to link with other widgets on the sidebar.
I tried editing the <?php get _Sidebar();?> line. Is that correct, or no?