Osclass Support Forums - Rackons.in

Other Osclass Support => Other Questions Related to Osclass => Topic started by: KenzyTrady on February 21, 2018, 07:08:10 AM

Title: what is the use of putting a description in the categories from Oc-admin ?
Post by: KenzyTrady on February 21, 2018, 07:08:10 AM
what is the use of putting a description in the categories from oc-admin ?
the description does not appear on the web.
Title: Re: what is the use of putting a description in the categories from Oc-admin ?
Post by: Osclass Developer on February 22, 2018, 08:34:15 AM
what is the use of putting a description in the categories from oc-admin ?
the description does not appear on the web.

I think you are asking for meta description for categories..

Code: [Select]
General > Categories > Edit any Category > Enter Description
This description will not display on site but if you want to display category description on site then you can use below code or visit this site to see category name with description

Code: [Select]
http://olivia.rackons.in/ 

or

Code: [Select]
<?php echo osc_category_description(); ?>
Use above code to display category description. Firstly you need to enter description from oc-admin after that put the code.