Forums

WordPress Short-Code in Categories showing! (3 posts)

  1. CreativeWP
    Member
    Posted 1 year 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 (To stop showing in the PDF? I have use in function.php

    [code]

    add_filter('the_content', 'strip_shortcodes');

    Also tried:

    add_filter('the_exerpt', 'strip_shortcodes');

    [/code]

    But it did not work. Any ideas?

    See: http://negevtours.com/israel-a-life-changing-expierence/ see: Category as PDF:

    Thanks,

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    you need to dig into the code of your plugin to see how it generates the content - it is probably not using the_content() or the_excerpt()

    does the plugin have a support site linked to it?

    a link to the plugin download might help for more suggestions

    ps: i can't find anything wrong with the page you linked to

  3. CreativeWP
    Member
    Posted 1 year ago #

Topic Closed

This topic has been closed to new replies.

About this Topic