Reply To: Question on Hook Up Addon

Home Forums Support Question on Hook Up Addon Reply To: Question on Hook Up Addon

Home Forums Support Question on Hook Up Addon Reply To: Question on Hook Up Addon

#98728
Tom
Lead Developer
Lead Developer

You can put it inside an if conditional.

For example:

<?php if ( is_single() ) : ?>
      Anything I put in here will only show up on posts.
<?php endif; ?>

Then be sure to check the “Execute PHP” checkbox.

Let me know if you need more info 🙂