Hello,
I need to include the category description on the category page on the front.
I have modified the following code in search.php, but it doesn't work ...
Can you help me?
Thanks!
<!-- HELPERS FORS AJAX SEARCH -->
<div id="ajax-help" style="display:none;">
<input type="hidden" name="ajax-last-page-id" value="<?php echo ceil( osc_search_total_items() / osc_default_results_per_page_at_search() ); ?>" />
<?php
$search_cat_id = osc_search_category_id();
$search_cat_id = isset($search_cat_id[0]) ? $search_cat_id[0] : '';
?>
</div>
<p><?php echo osc_search_category()['s_description']; ?></p>
<div id="search-items" data-loading="<?php _e('Loading listings...', 'starter'); ?>">
<?php if(osc_count_items() == 0) { ?>
<div class="list-empty round3" >
<img src="<?php echo osc_current_web_theme_url('images/search-empty.png'); ?>"/>
<div>