• Resolved fsan2val

    (@fsan2val)


    Hi, congratulations on the plugin.
    Let me explain, I have selected within APPEARANCE, only POST, but the CUSTOM POST TYPE I have also affects me. Is there a way to configure it to only be the POST of the BLOG and not the others?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to use in_catrgory system, please use this code to make google ads appear in blog post.

    <?php if ( in_category( 4 ) ) : ?>
    Google ad script
    <?php endif; ?>

    4 is the id number of category, you need to change with your category id.

    Plugin Author Namith Jawahar

    (@namithjawahar)

    Will add the feature in next update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CUSTOM POST TYPE’ is closed to new replies.