Try installing WordPress in a sub-folder?
Thread Starter
sebi76
(@sebi76)
Hi Esmi,
I downloaded WP and put it as a sub folder in my website folder. I am not sure what to do to integrate WP to my web page. Is there something I have to add for example to my index.html?
Many thanks
Thread Starter
sebi76
(@sebi76)
I am a slow learner so if you have a nice link that could explain me step by step how to proceed, please let me know.
Thank you
Thread Starter
sebi76
(@sebi76)
Thank you,
Do I need to add this at the beginning of each page?
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, false);
require(‘./wp-blog-header.php’);
?>
Yes – changing the relative path to wp-blog-header.php to suit your WP install.
Thread Starter
sebi76
(@sebi76)
Do I put this after my !doctype?
Sorry about my questions.
‘
Many thanks for your help
Yes. It should be in the body of the page IIRC.