where to install calendar if WP install is not in root directory?
Hello,
I am trying to install the calendar into WordPress on my local machine. My WP install is two levels down from the server root directory, i.e., /wordpress/JCDS/ .
Where should I put the calendar so that it will work?
I am assuming that the code that goes into the header.php file will have to be adjusted accordingly (depending on where the calendar directory goes).
Similarly, if I want to create a WordPress "page" that calls the calendar (I do not want to put it in the sidebar), do I just create a page and use this code (again, adjusted for wherever the calendar directory will go)?
<?php require("calendar/calendar.php"); ?>
?
Thank you very much,
Laura S.
|