Answer the question
In order to leave comments, you need to log in
Bitrix how not to display the element you are in (remove the cyclic element)?
There is a GetList that displays all the elements:
$arFilter = array(
'IBLOCK_ID' => 1,
'ACTIVE' => 'Y',
);
// Получение вакансий
$elements = CIBlockElement::GetList(
array('SORT' => 'ASC', 'ID' => 'DESC'),
$arFilter
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question