Path to sidebar2 & sidebar3
-
Hi!
I’m using WP 1.5.2 version. Everything I need is inside my Themes/blix/ directory. But I have installed a plugin that puts itself in the root directory of WP. When I now try to include sidebar2.php and sidebar3.php in the file in the rootdirectory it doesn’t find my sidebar2 and sidebar3.
(It does locate mye sidebar.php – though I think this is predefines somewhere else)The path to my sidebars is
/wp-content/themes/blix/sidebar2.php
How do I get this line of code [see below] inside the file in root directory to point to the right place?
<?php include ('sidebar2.php'); ?>
I’m no php expert so pardon me for boring ya with such a simple question.
‘:)tom
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Path to sidebar2 & sidebar3’ is closed to new replies.