Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Short-Code in Categories showing!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31047
    creative
    Member

    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’);

    But it did not work. Any ideas?

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

    Thanks,

    #69298
    clokey2k
    Participant

    I’m not too sure how to resolve this, can you identify the plugin you are using?

    Does it create a PDF based on a theme template? or a template within the plugin?

    If it is through a template you can change then we could try to modify that…

    Identify the plugin, and I will try it myself.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.