<?php

/**
 * Главная страница
 */
get_header();
use Urbanabru\Config;
use Urbanabru\ContentHelper;
global $post;
$contentHelper = new ContentHelper();
// Выбор редактора
$editorChoiceList = $contentHelper->getPreviewPostsList('', 4, array('meta_key' => 'editors_choice', 'orderby' => 'meta_value post_date'));
$imagesSrc = '';
$editorChoiceHtml = '';
foreach ($editorChoiceList as $key => $editorChoice) {
    $imagesSrc .= '&quot;' . $editorChoice->fields['detail_image'] . '&quot;,';
    $editorChoiceHtml .= '<li class="editor-choice__header' . ($key == 0 ? ' editor-choice__header--active' : '') . '">
		<a href="' . $editorChoice->permalink . '" title="' . $editorChoice->post_title . '">
			<strong class="decor">' . $editorChoice->post_title . '</strong>
		</a>
	</li>';
}
$imagesSrc = trim($imagesSrc, ',');
?>
<section class="section section--editor-choice">
	<div class="container">
		<svg id="svg-slider" viewBox="0 -510.218 2200 1620.717" data-clip-path="M2200 1097.166L518.52 516.063 2200-65.04" data-src="[<?php 
echo $imagesSrc;
?>
]" class="section-bg">
			<path opacity=".1" fill="#231F20" d="M0 970.324l2125.983-734.718L0-499.112"/>