*

Larry12

  • **
  • 13 posts
Hello,

How can I replace the "Browse Categories" text above the icons with the category description of each selected category?

I've tried to edit the inc.category.php file:

Instead of   

<div id="top-cat">
   
<div class="cat-inside">
     
<h1><?php _e('Browse Categories', 'zara'); ?></h1>

I've changed to:

<div id="top-cat">
   
<div class="cat-inside">
     
<h1><?php echo osc_category_description(); ?></h1>

but it's not working.

Please help me.

*

MB Themes

Re: Replace 'Browse Categories' text with the category's description
« Reply #1 on: May 07, 2018, 09:37:03 AM »
@Larry12
You can try osc_search_category()
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tawnyaz

  • *
  • 2 posts
Re: Replace 'Browse Categories' text with the category's description
« Reply #2 on: May 25, 2018, 11:01:46 AM »
What can I do in the forum and where can I get more?