Author Topic: what is the use of putting a description in the categories from Oc-admin ?  (Read 1780 times)

KenzyTrady

  • Newbie
  • *
  • Posts: 1
    • View Profile
what is the use of putting a description in the categories from oc-admin ?
the description does not appear on the web.



Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: what is the use of putting a description in the categories from Oc-admin ?
« Reply #1 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.

Osclass Support Forums - Rackons.in

Re: what is the use of putting a description in the categories from Oc-admin ?
« Reply #1 on: February 22, 2018, 08:34:15 AM »