[Resolved] Managing Ads in Hooks

Home Forums Support [Resolved] Managing Ads in Hooks

Home Forums Support Managing Ads in Hooks

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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

    #34233
    Tom
    Lead Developer
    Lead Developer

    You can use PHP if conditionals.

    <?php if ( is_single() ) : ?>
    STUFF IN HERE FOR SINGLE POST
    <?php endif; ?>
    #35838
    Tom
    Lead Developer
    Lead Developer

    Marking this as resolved. Respond in here to re-open.

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