• Resolved gudrun

    (@gudrunpetz)


    Hello, thanks for the good plugin.

    I also use the plugin to insert a snippet in certain areas of the post. But now all HTML snippets appear. How can I only display the snippets that should also be selectable in the list in a post? The others should run in the background.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gudrunpetz

    What you are asking is a feature on our roadmap, and will be released in the near future. Conditionals will allow you to do basically that: Execute specific code on specific parts of your website, like a post.

    In the meantime, you could use custom code to do it. For example:
    if (is_single(123)) { // Replace 123 with your Post ID // Your custom code here }

    Thread Starter gudrun

    (@gudrunpetz)

    Thank you for the good news ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.