• Hi,

    I need to include something simple:

    <?php include("splash.php")?> – and thats works just fine

    However – I need on specifik pages and I dont want to start screwing the funcions.php (and similar).

    My poor skills tels me to combine my very nice Include with this simple thing:

    ` <?php
    if (is_page(home)){};

    ?>`

    How?
    (or should I make a function?)

    thanks

    rasmus

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

The topic ‘is_page –> include’ is closed to new replies.