• Resolved skumar1st

    (@skumar1st)


    I want to display ads on particular category, so using manual inserted ads in single.php
    <?php the_ad(idnumber); ?>

    But not displaying in single post.

    Please guide is anything need to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Henning

    (@henningaa)

    Hi skumar1st,

    thanks for reaching out.

    You can implement the manual placements into your theme using their shortcode or PHP snippets.

    After that, you can assign and manage your ads through the placement overview page.

    There are also placements for widgets and positions before, after, or in your content available.

    Please let me know if you need anything else.

    Best regards,
    Henning

    Thread Starter skumar1st

    (@skumar1st)

    Thanks for quick response.
    Yes, still I have question.
    I have set manual placement from plugin setting option.

    Now, where I have to insert these shortcode?
    <?php the_ad(number*); ?>

    Only header.php or single.php, or both?

    Question 2:
    How to display ad in woocommerce single product page?

    Thanks.

    Plugin Support Henning

    (@henningaa)

    Hi skumar1st,

    Answer one would depend on where you want the ad to appear. If you want to look into the code, I suggest asking your theme developer for further information about where to implement the placements.

    You are still able placing ads without digging into the code if the theme provides widget spaces, or you want to see the ads before, after or within the content.

    Regarding your WooCommerce question, I suggest to use different placements:

    • With the Before Content, Content, and After Content placements, you can automatically add ads before, in, or after the description text.
    • You can also use Pro placements like Above Headline or Random Paragraph.
    • To catch other positions on the product pages, I would try the Custom Position Placement.

    Best regards,
    Henning

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Manual setting is not working’ is closed to new replies.