• Hi all,

    I want test a theme and want that the pages of my blogs are visible only a my ip remote.
    I can use this php function:

    if ($_SERVER[‘REMOTE_ADDR’]==”my.ip.remote.address.”) {
    //change my current theme
    }

    how can I do?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘change themes dynamically’ is closed to new replies.