Мой контент в Wordpress выглядит следующим образом: 1 строка текста, а все, что осталось, — это изображение, как на изображении ниже

Мой PHP-код:
Код: Выделить всё
$content = apply_filters('the_content', get_the_content());
$content = explode("
break
", $content);
$c1 = $content[0];
Код: Выделить всё
Код: Выделить всё
function openOfficePopupModal(param) {
if (officeTourScr && popUpModalWrapper) {
popUpModalWrapper.style.display = 'block';
let popupTitleDiv = document.querySelector('#popup-title'); //for the title
let mainImg = document.querySelector('#main-img'); //for first image
let imgArray = document.querySelector('#office-img-array'); //for all the img
}
}
Подробнее здесь: https://stackoverflow.com/questions/786 ... -parameter