Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
foreach ($ids as $k=>$id) {
$query = "SELECT * FROM #__k2_items WHERE id = {$id}";
$db->setQuery($query);
$item = $db->loadObject();
$catids = array(1, 2, 3); //categories id for restriction
foreach ($ids as $k=>$id) {
$query = "SELECT * FROM #__k2_items WHERE id = {$id}";
$db->setQuery($query);
$item = $db->loadObject();
if(!in_array($item->catid, $catids)) {
continue; //skip item
}
Please Log in or Create an account to join the conversation.
You will get a 20% discount on JoomlaShine templates and extensions with this coupon code: JOOMCAR20