• raasm007

    (@raasm007)


    I have enrolled in an affiliate program and want to put a php code in the main page but in such a way that it does not appear in the other pages or sub-pages ie., only in index.php and not even in single.php or page.php

    Plz suggest …

Viewing 5 replies - 1 through 5 (of 5 total)
  • moshu

    (@moshu)

    You already gave the solution to yourself: put the code only into the index.php.

    computerdude33

    (@computerdude33)

    <?php /* Frontpage */ if (is_home() && !is_paged()) { ?>
    Enter ads here
    <?php } ?>

    That might work. (stolen from K2)

    Thread Starter raasm007

    (@raasm007)

    But is this possible in the sidebar of the main page ?

    Joshua Sigar

    (@alphaoide)

    It should. Just put that code in sidebar.php, or wherever your sidebar section is.

    Thread Starter raasm007

    (@raasm007)

    Thank you so much…It works 😀

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Outside the LOOP !’ is closed to new replies.