reorg theme
This commit is contained in:
parent
9ddb9f3c60
commit
e63af0b7ce
243 changed files with 10 additions and 11506 deletions
12
sidebar.php
Normal file
12
sidebar.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* The sidebar containing the main widget area
|
||||
*
|
||||
* @package FoundationPress
|
||||
* @since FoundationPress 1.0.0
|
||||
*/
|
||||
|
||||
?>
|
||||
<aside class="sidebar">
|
||||
<?php dynamic_sidebar( 'sidebar-widgets' ); ?>
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue