Forums

Removing Short Codes from Category (archives) (2 posts)

  1. CreativeWP
    Member
    Posted 2 years ago #

    I have a website that uses a plugin to create PDF categories. But the short codes are showing. How would I go about to eliminate them? I have use in function.php

    [code]
    add_filter('the_content', 'strip_shortcodes');
    [/code]

    But it did not work. Any ideas?

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    does your archive template use the_exerpt rather than the_content (it only shows a summary)?

    If so, a filter on the_content wouldn't work!

Topic Closed

This topic has been closed to new replies.

About this Topic