Support Forums - Classified Ads Script Osclass
Osclass theme support => Beta Osclass Theme => Topic started by: Ajit Sahane on March 09, 2020, 09:01:54 AM
-
My website when I open
https://in.nearmeads.com/mumbai this page here all subcategory mix ads show but only premium ads sub-category wrong show.
check to live you what is an issue in the beta theme.
How to solve it.?
-
@Ajit
Don't see any issue, URL contains information just about city/region, not about category or subcategory.
-
check attached jpg
1st premium ad is - work from home category but showing spa category
this is all search page 1st or some premium ads show. its wrong
how to solve. check jpg again you understand what i am said.
-
You probably use wrong function here. Theme does not show category here.
-
Solved by myself.
loop-premium.php
<div class="extra isList">
<span><?php echo osc_premium_category(); ?></span><span class="slash">/</span>
here i am used <?php echo osc_category(); ?> so premium ad show wrong category but adding <?php echo osc_premium_category(); ?> then category perfect showing & issue solved.