• Resolved killkidrock

    (@killkidrock)


    sup nobita its me again :D. My Problem is how to put my ads script in every of my site pages? it is possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi killkidrock

    Yes you can

    How to show insert position with Raindrops

    wp-confing.php

    Add const WP_DEBUG

    define('WP_DEBUG',true);

    next

    raindrops/functions.php add below var first line <?php before.

    <?php $raindrops_actions_hook_message = true; ?>

    next

    Show your blog.

    Please return change, if edit finishes.

    Thank you.

    Thread Starter killkidrock

    (@killkidrock)

    Thank you! are that’s all?

    Theme Author nobita

    (@nobita)

    At which place of post or page do you want to set an advertisement?

    Thread Starter killkidrock

    (@killkidrock)

    sorry for my late reply nobita, if possible, i want are all of my category archive page?

    Theme Author nobita

    (@nobita)

    Category archives post after ads example.

    create a template file.

    Name: hook-append-entry-content.php

    Add to hook-append-entry-content.php below codes.

    <?php if( is_category() ) { ?>
    
    <div> Your ads here </div>
    
    <?php }?>

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to add ads script in every pages’ is closed to new replies.