Home › Forums › Support › PHP filter in GP Hooks for posts with a certain tag This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 26, 2017 at 7:36 am #373782 dale Hi, in GP Hooks, I’m using PHP filters to add text after the content on posts of specific categories. For example, <?php if ( in_category( 'calls-for-submissions' ) && is_single() ) { ?> What do I do if I want to add content on posts with specific tags? Would it be in_tag instead of in_category? August 26, 2017 at 8:34 am #373808 LeoStaff Customer Support Hi there, This should help: https://codex.wordpress.org/Conditional_Tags#A_Tag_Page August 26, 2017 at 9:08 am #373823 dale Thank you! August 26, 2017 at 12:35 pm #373907 LeoStaff Customer Support No problem! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In