7ответ(ов) в теме
Вот содержимое страницы, откуда это исходит. Ссылку не буду скидывать, чтобы в поиск не попало.
get_header();
?>
<?php
if(function_exists('bcn_display'))
{
echo '<div class="my_box3 breadcrumb-wrap"><div class="padd10">';
bcn_display();
echo '</div></div> ';
}
?>
<div class="inkvizicia">
<div id="content">
<div class="my_box3">
<div class="padd10">
<div class="box_title">
<?php if ( is_day() ) : ?>
<?php printf( __( 'Daily Blog Archives: %s', 'ClassifiedTheme' ), '<span>' . get_the_date() . '</span>' ); ?>
<?php elseif ( is_month() ) : ?>
<?php printf( __( 'Monthly Blog Archives: %s', 'ClassifiedTheme' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'ClassifiedTheme' ) ) . '</span>' ); ?>
<?php elseif ( is_year() ) : ?>
<?php printf( __( 'Yearly Blog Archives: %s', 'ClassifiedTheme' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'ClassifiedTheme' ) ) . '</span>' ); ?>
<?php else : ?>
<?php _e( 'Работа', 'ClassifiedTheme' ); ?>
<?php endif; ?>
</div>
<div class="box_content post-content">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php ClassifiedTheme_get_post_blog(); ?>
<?php endwhile; // end of the loop. ?>
</div>
</div>
</div>
</div>
</div>
<div class="inkvizicia">
<div id="right-sidebar">
<ul class="xoxo">
<h3>Фильтр</h3>
<?php echo do_shortcode('[fng-search-form][/fng-search-form]'); ?>
<?php dynamic_sidebar( 'other-page-area' ); ?>
</ul>
</div>
</div>
<?php get_footer(); ?>
Редакции сообщения
20.02.2019 16:01Причина: Для многострочного кода есть соответствующая кнопка
Тема закрыта. Публикация новых сообщений запрещена.