Anyone can share the latest Gamma theme?
Приветствую всех умельцев. У кого нибудь тестил Beta Osclass Theme на предмет стучалок и может у кого есть уже перевод на
Beta Osclass Theme? Для просмотра ссылки Войди или Зарегистрируйся
Hello
How can I get specific ads with the advertising ID number?
want a specific advertisement with the ID number
I want to fetch more than one ad with a specific number of ID
I did that but it is not responding
osc_query_item("id=145,146,250,266,250,310");
Thanks
I made this attempt
<?php osc_query_item("id=116").
osc_query_item("id=120").
osc_query_item("id=130").
osc_query_item("id=150").
osc_query_item("id=190").
osc_query_item("id=199").
osc_query_item("id=250");
if( osc_count_custom_items() == 0) { ?>
<p class="empty"><?php _e('No Listings', 'epsilon') ; ?></p>
<?php } else { ?>
But the problem is that the last ad is fetching this code only
osc_query_item("id=250");
The rest is not seen
Пробовал так, та же проблема
<?php osc_query_item("id=116,120,130,150,190,199,250");
если (osc_count_custom_items() > 0) { ?>
<div class="latest_ads">
<?php в то время как (osc_has_custom_items()) { ?>
.........
<?php } ?>
</div>
<?php } ?>
Выбирается только одно объявление