Редактор файлов и навигация
Текущая папка: //wp-content/themes/indobi
Содержимое
.. назад
[FILE]
404.php
[FILE]
archive-service.php
[FILE]
archive.php
[FILE]
comments.php
[FILE]
error_log
[FILE]
footer.php
[FILE]
functions.php
[FILE]
header-absolute.php
[FILE]
header-tophide.php
[FILE]
header.php
[FILE]
home-page-one.php
[FILE]
home-page-two.php
[FILE]
home-page.php
[DIR]
inc
[FILE]
index.php
[FILE]
inside.php
[DIR]
languages
[FILE]
page.php
[FILE]
screenshot.png
[FILE]
search.php
[FILE]
sidebar.php
[FILE]
single-service.php
[FILE]
single-team.php
[FILE]
single-zcportfolio.php
[FILE]
single.php
[FILE]
style.css
[DIR]
template-parts
Редактирование: archive-service.php
<?php /** * The template for displaying archive service * * @package indobi */ get_header(); ?> <?php get_template_part('template-parts/breadcrumbs/archive-breadcrumbs'); ?> <div class="inner-blog pt-120 pb-80"> <div class="container"> <div class="row"> <?php if ( is_active_sidebar( 'sidebar-1' ) ){ ?> <!-- .blog --> <div class="col-sm-12 col-md-12 col-lg-8"> <div class="blog-deatails-box"> <?php if ( have_posts() ):?> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_format() ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> <div class="col-sm-12 col-md-12"> <div class="row"> <?php indobi_wordpress_numeric_post_nav();?> </div> </div> </div> </div> <!-- #right side --> <div class="col-sm-12 col-md-12 col-lg-4"> <aside class="sidebar-widget"> <?php get_sidebar();?> </aside> </div> <!-- #right side end --> <?php } else { ?> <div class="col-sm-12 col-md-12 col-lg-12"> <div class="blog-deatails-box"> <?php if ( have_posts() ):?> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_format() ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> <div class="col-sm-12 col-md-12"> <div class="row"> <?php indobi_wordpress_numeric_post_nav();?> </div> </div> </div> </div> <?php } ?> </div> </div> </div> <?php get_footer(); ?>
Сохранить
Переименовать файл
Переименовать
Изменить права доступа
Текущие права:
0644
(644)
Изменить права
Удалить файл
Удалить файл