PATH:
home
/
cuisinesj
/
www
/
new
/
wp-content
/
themes
/
generatepress
<?php /** * The Sidebar containing the main widget areas. * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div <?php generate_do_attr( 'right-sidebar' ); ?>> <div class="inside-right-sidebar"> <?php /** * generate_before_right_sidebar_content hook. * * @since 0.1 */ do_action( 'generate_before_right_sidebar_content' ); if ( ! dynamic_sidebar( 'sidebar-1' ) ) { generate_do_default_sidebar_widgets( 'right-sidebar' ); } /** * generate_after_right_sidebar_content hook. * * @since 0.1 */ do_action( 'generate_after_right_sidebar_content' ); ?> </div> </div>
[+]
..
[-] content-link.php
[edit]
[-] header.php
[edit]
[+]
css
[+]
assets
[-] single.php
[edit]
[-] sidebar-left.php
[edit]
[-] screenshot.png
[edit]
[-] page.php
[edit]
[-] no-results.php
[edit]
[-] search.php
[edit]
[-] searchform.php
[edit]
[-] 404.php
[edit]
[-] functions.php
[edit]
[-] comments.php
[edit]
[-] style.css
[edit]
[-] sidebar.php
[edit]
[-] archive.php
[edit]
[-] content-single.php
[edit]
[-] content-page.php
[edit]
[-] footer-min.php
[edit]
[+]
inc
[-] index.php
[edit]
[-] content.php
[edit]
[-] content-404.php
[edit]
[-] header-min.php
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]