• Resolved Mr Lucky

    (@voodoochill)


    I am getting this message but only on two pages, or rather two products. I notice this in the documentation, but I don’t understand why all pages and all other products are fine.

    Does anyone know what could cause this?

    Documentation:

    The the_content filter is used by WordPress and many plugins to alter the post content before output. As it happens, some themes seem to forget about this or skip it intentionally. 404 pages don’t use the_content at all.

    A most common mistake here is that themes use get_the_content() and not the_content() in order to output the content. If you are not sure about this, please ask your theme developer.

    • This topic was modified 5 years, 6 months ago by Mr Lucky.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    Hi voodoochill,

    thanks for asking about it.

    Our content injection can only work if something called the_content is in place. This is a WordPress core feature that prepares the content of a page and allows us to manipulate it.

    If the_content is missing then our content-related placements simply won’t work. If you don’t expect them to work on the pages that give this error then there is nothing you need to worry about.

    Does that help?

    Thanks,
    Thomas

    Thread Starter Mr Lucky

    (@voodoochill)

    Aha, it seems this happens when the product has no (full) description. Just typing in anything, even one word, solves the issue!

    Plugin Author Thomas Maier

    (@webzunft)

    Perfect!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content filter does not exist’ is closed to new replies.