• Hello friends, l am looking for any way how to use an option like :
    l want to get some pages into my theme with
    <?php include (TEMPLATEPATH . ‘/pages.php’); ?> to the theme.
    But the Problem is “pages.php” should be in the root folder, not in the theme folder.
    So l want to make a
    <?php include (ROOTPATH. ‘/pages.php’); ?>
    l am asking if its possible in wp ? and how can l do it ???
    Thanks..

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

The topic ‘Defined PATH tages and <?php include (TEMPLATEPATH . ‘/’ is closed to new replies.