<?php category_description(category); ?> showing <p> category description blah~blah~blah </p>. It should show only; categaory description blah~blah~blah~blah.
can anyone fic it?
<?php category_description(category); ?> showing <p> category description blah~blah~blah </p>. It should show only; categaory description blah~blah~blah~blah.
can anyone fic it?
<?php echo strip_tags(category_description()); ?>
regards
Monika
This topic has been closed to new replies.