Файловый менеджер - Редактировать - /home/c7lekhnath/shishuwasaccos.com.np/wp-content/themes/shishuwa/archive.php
Назад
<?php /** * The main template file */ get_header(); if( is_tax('portfolio_category') || is_tax('portfolio_tag') && class_exists('gdlr_core_pb_element_portfolio') ){ $post_type = 'portfolio'; $sidebar_type = financity_get_option('general', 'archive-portfolio-sidebar', 'none'); $sidebar_left = financity_get_option('general', 'archive-portfolio-sidebar-left'); $sidebar_right = financity_get_option('general', 'archive-portfolio-sidebar-right'); }else{ $post_type = 'post'; $sidebar_type = financity_get_option('general', 'archive-blog-sidebar', 'none'); $sidebar_left = financity_get_option('general', 'archive-blog-sidebar-left'); $sidebar_right = financity_get_option('general', 'archive-blog-sidebar-right'); } echo '<div class="financity-content-container financity-container">'; echo '<div class="' . financity_get_sidebar_wrap_class($sidebar_type) . '" >'; // sidebar content echo '<div class="' . financity_get_sidebar_class(array('sidebar-type'=>$sidebar_type, 'section'=>'center')) . '" >'; if( $post_type == 'portfolio' && class_exists('gdlr_core_pb_element_portfolio') ){ get_template_part('content/archive', 'portfolio'); }else if( class_exists('gdlr_core_pb_element_blog') ){ get_template_part('content/archive', 'blog'); }else{ get_template_part('content/archive', 'default'); } echo '</div>'; // financity-get-sidebar-class // sidebar left if( $sidebar_type == 'left' || $sidebar_type == 'both' ){ echo financity_get_sidebar($sidebar_type, 'left', $sidebar_left); } // sidebar right if( $sidebar_type == 'right' || $sidebar_type == 'both' ){ echo financity_get_sidebar($sidebar_type, 'right', $sidebar_right); } echo '</div>'; // financity-get-sidebar-wrap-class echo '</div>'; // financity-content-container get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 2.6 |
proxy
|
phpinfo
|
Настройка