Home › Forums › Support › Managing Ads in Hooks This topic has 2 replies, 2 voices, and was last updated 10 years ago by Tom. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 25, 2014 at 6:01 am #34066 mariosem Hello, I need to insert Google Adsense code in single posts. I tried with GPHooks, but all I get is the code in the home page, that is outside the single post. Is there a way to use the hooks in the single post, or do I have to use a third party plugin? Thanks, Mario September 25, 2014 at 12:03 pm #34233 TomLead Developer Lead Developer You can use PHP if conditionals. <?php if ( is_single() ) : ?> STUFF IN HERE FOR SINGLE POST <?php endif; ?> October 1, 2014 at 2:48 pm #35838 TomLead Developer Lead Developer Marking this as resolved. Respond in here to re-open. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In