How do you make a wordpress page outside the wordpress installed directory?

Discussion in 'WordPress' started by Zaiaku, Jul 26, 2008.

  1. #1
    How do you make a wordpress page outside the wordpress installed directory?

    I have my wordpress in /blog/ sub directory but I need to have a wordpress page outside its installed directory for the root domain page. How do I create something like that?
     
    Zaiaku, Jul 26, 2008 IP
  2. shadowgold

    shadowgold Active Member

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    70
    #2
    do something like
    <? include php '../test.php' ?> something like that, (This is how I do for jsp, don't know for PHP, though a hint.
     
    shadowgold, Jul 27, 2008 IP
  3. Sickthing

    Sickthing Peon

    Messages:
    475
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Look for Justin Tadlock's Options theme. It has a feature called Asides that will do what I think you want.. It will then be part of your Wordpress site but not generated by wordpress.
     
    Sickthing, Jul 27, 2008 IP
  4. Zaiaku

    Zaiaku Well-Known Member

    Messages:
    484
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #4
    I actually figure this one out. Toot some testing but got it to work simple.
     
    Zaiaku, Jul 27, 2008 IP