Hi I am trying to put Latest Listings above my categories,but to no available.
If I comment out the line <?php osc_run_hook('inside-main'); ?>
I am getting errors with pics showing all over the place.
Where or what code or line should I comment out to show Latest Listings above my Categories.
Thanks in advance.
you can edit in "main.php" in theme folder for this issue.
this code <?php osc_run_hook('inside-main'); ?> is returning the categories.
so, if you want categories below the listings, simply cut and paste this code
<?php osc_run_hook('inside-main'); ?> at the bottom of main.php file just above this code
<?php osc_current_web_theme_path('footer.php') ; ?>