• Resolved sagard88

    (@sagard88)


    I want to display only advertising on the widget, is it possible to delete the advertisement on the bottom of the articles?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Derek Springer

    (@derekspringer)

    Howdy @sagard88, to disable the below-post article you only need to add the following line at the bottom of your theme’s functions.php file.

    add_filter( 'adcontrol_inpost_disable', '__return_true' );

    Let me know if you have any trouble with that and I’ll see if I can help you further.

    Thread Starter sagard88

    (@sagard88)

    It’s works, Thank you very much 😀 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the ad at the bottom of the article pages’ is closed to new replies.