• sjibie

    (@sjibie)


    I tried to include wordpress in the index.php of my website.
    This is what I tried: <?php require(“/wordpress/index.php”)?>
    But it doesn’t work. Has someone a solution?

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

    (@fadinge)

    <?php include (“/home/username/public_html/wordpress/index.php”);?>

    Change the username to your username

    I’m having the same problem but including it that way doesn’t work for me. I have a includes navigation on my website http://www.zoomrix.com/index.php and if you click on Blog it will go to /pages/blog.php which displays php errors. :S

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

The topic ‘How to include wordpress on index’ is closed to new replies.