File Editor
Directories:
.. (Back)
bbpress
buddypress
cornerstone
framework
woocommerce
Files:
404.php
bbpress.php
buddypress.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
searchform.php
sidebar.php
single-x-portfolio.php
single.php
style.css
template-blank-1.php
template-blank-2.php
template-blank-3.php
template-blank-4.php
template-blank-5.php
template-blank-6.php
template-blank-7.php
template-blank-8.php
template-layout-content-sidebar.php
template-layout-full-width.php
template-layout-portfolio.php
template-layout-sidebar-content.php
woocommerce.php
Create New File
Create
Edit File: template-layout-sidebar-content.php
<?php // ============================================================================= // TEMPLATE NAME: Layout - Sidebar Left, Content Right // ----------------------------------------------------------------------------- // Handles output of sidebar left, content right pages. // // Content is output based on which Stack has been selected in the Customizer. // To view and/or edit the markup of your Stack's index, first go to "views" // inside the "framework" subdirectory. Once inside, find your Stack's folder // and look for a file called "template-layout-sidebar-content.php," where // you'll be able to find the appropriate output. // ============================================================================= x_get_view( x_get_stack(), 'template', 'layout-sidebar-content' );
Save Changes
Rename File
Rename