Advertisement:

Author Topic: include to search  (Read 686 times)

serjuc11111

  • Hero Member
  • *****
  • Posts: 814
include to search
« on: November 25, 2012, 12:47:53 pm »
how to include category description in meta name and meta keywords

<meta name="description" content="osc_category_description()">
<meta name="keywords" content="osc_category_description();">

but is not working.pls help!

krishields3

  • Newbie
  • *
  • Posts: 37
Re: include to search
« Reply #1 on: November 25, 2012, 01:11:03 pm »
You have to echo it to the page...

<meta name="description" content="<?php echo osc_category_description(); ?>">
<meta name="keywords" content="<?php echo osc_category_description(); ?>">

serjuc11111

  • Hero Member
  • *****
  • Posts: 814
Re: include to search
« Reply #2 on: November 25, 2012, 04:04:02 pm »
are not working....i have to wait some time to see the changes?