Reply To: Using the Sidebar Activation Filter with a Genesis framework template

Author
Reply
  • #4668

    It is possible that your code is not executed when it is needed. Plugin checks for the activation on ‘wp’ action, and I plan to replace that in the next update, but right now it requires more testing. I recently published 2.9 version, so this change is expected in 3.0. But, problem is that the action I need to use will be always run before individual template is loaded, so this code can’t be run inside the template, it has to be added before the template.