*

webcity

  • *****
  • 252 posts
Code to show category description
« on: December 03, 2024, 02:19:35 AM »
Hi,

Can someone please forward the code to show the OsClass Category Description text?

I've tried
Code: [Select]
<?php echo meta_description() ; ?> but this shows the meta description generated by the SEO Pro plugin that I'm using on the site.

Many thanks

Marked as best answer by frosticek on December 03, 2024, 09:06:33 AM
*

webcity

  • *****
  • 252 posts
Re: Code to show category description
« Reply #1 on: December 03, 2024, 08:42:25 AM »
I found the answer in a previous forum post:

Code: [Select]
<?php $cat Category::newInstance()->findByPrimaryKey($search_cat_id);
echo @
$cat['s_description']; ?>

« Last Edit: December 03, 2024, 09:06:40 AM by MB Themes »