Advertisement:

Author Topic: Question on Category Description Field  (Read 811 times)

whoopwhoopler

  • Full Member
  • ***
  • Posts: 132
  • Everything Has A Solution
Question on Category Description Field
« on: April 12, 2014, 08:53:48 am »
Is the text provided in the category description field by the admin in the admin panel when the category is first created suppose to appear in the category description field when the ad is first created by the user?

For example: the admin using the description field as a way of providing instructions to the user creating the ad?

WHOOP! WHOOP!

« Last Edit: April 12, 2014, 09:34:57 pm by whoopwhoopler »

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Question on Category Description Field
« Reply #1 on: April 15, 2014, 05:50:05 am »
no, that is a meta description that can be shown in the "search" .php page
it can be called up using this
<p><?php echo osc_category_description(osc_current_user_locale()); ?></p>

whoopwhoopler

  • Full Member
  • ***
  • Posts: 132
  • Everything Has A Solution
Re: Question on Category Description Field
« Reply #2 on: April 15, 2014, 08:37:01 am »
Thanks for your response!