PATH:
home
/
letacommog
/
metras
/
wp-content
/
themes
/
betheme
<?php /** * The Page Sidebar containing the widget area. * * @package Betheme * @author Muffin group * @link http://muffingroup.com */ $sidebar = false; // Category ----------------------------------------------- $category = get_query_var( 'portfolio-types' ); $cat_sidebar = 'portfolio-cat-'. $category; if( is_active_sidebar( $cat_sidebar ) ){ $sidebar = $cat_sidebar; } // Blog --------------------------------------------------- if( ! $sidebar ){ $portfolio_page_id = mfn_opts_get( 'portfolio-page' ); $sidebars = mfn_opts_get( 'sidebars' ); $sidebar = get_post_meta($portfolio_page_id, 'mfn-post-sidebar', true); $sidebar = $sidebars[$sidebar]; } ?> <?php if( mfn_sidebar_classes() ): ?> <div class="sidebar four columns"> <div class="widget-area clearfix <?php mfn_opts_show('sidebar-lines'); ?>"> <?php if ( ! dynamic_sidebar( $sidebar ) ){ mfn_nosidebar(); } ?> </div> </div> <?php endif; // Omit Closing PHP Tags
[+]
..
[+]
plugins
[-] screenshot.png
[edit]
[+]
js
[-] comments.php
[edit]
[+]
muffin-options
[+]
includes
[-] search.php
[edit]
[-] sidebar-blog.php
[edit]
[-] wpml-config.xml
[edit]
[+]
demos
[+]
vc_templates
[-] under-construction.php
[edit]
[-] style-one.php
[edit]
[-] 404.php
[edit]
[+]
images
[-] single.php
[edit]
[-] sidebar-taxonomy.php
[edit]
[-] style-static.css
[edit]
[-] searchform.php
[edit]
[-] header.php
[edit]
[-] rtl.css
[edit]
[-] page.php
[edit]
[+]
css
[-] bbpress.php
[edit]
[-] readme.txt
[edit]
[-] functions.php
[edit]
[+]
bbpress
[-] footer.php
[edit]
[-] single-portfolio.php
[edit]
[-] style-responsive.php
[edit]
[-] template-sitemap.php
[edit]
[-] style-colors.php
[edit]
[+]
fonts
[-] template-portfolio.php
[edit]
[+]
assets
[+]
languages
[+]
tribe-events
[-] template-archives.php
[edit]
[+]
functions
[-] index.php
[edit]
[-] style.css
[edit]
[-] changelog.html
[edit]
[+]
woocommerce
[-] template-blank.php
[edit]
[-] taxonomy-portfolio-types.php
[edit]
[-] style.php
[edit]
[-] header-shop.php
[edit]
[-] single-download.php
[edit]
[-] single-attachment.php
[edit]
[-] sidebar.php
[edit]