• Im Looking to get the ABSOLUTE URI so i can test aginst it

    in an if statement, this is similar to what i need but not the directory structure
    getcwd();

    for instance get_bloginfo(‘url’) will get me my url like
    http://www.decoradoors.com/
    but it wont get me the full url i need like
    http://www.decoradoors.com/gallery?album=1&gallery=2

    and I get a the section infinitely repeating on all pages if i test

    if (get_bloginfo('url') . '/gallery?album=1&gallery=2' == 'http://www.decoradoors.com/gallery?album=1&gallery=2') {

The topic ‘Absolute URI’ is closed to new replies.