Adding my own include file links…how do I do it?
-
Hello,
I wish to amend the footer with some information from an include file that I use throughout my website. Not having much luck at the moment.
I added my include file into the wp-includes folder, then added this bit of code to footer.php:
<?php include(‘/blog1/wp-includes/footer_bar.php’); ?>
Apparently the path is not correct because I get errors. The error says I need this information:
include_path=’.:/usr/services/vux/lib/php’
So, how do I set the correct path to include my, um, include file?
PLEASE NOTE: I am KEEPING the WordPress info in the footer!!! Just adding my own site info along side it.
Any help will be, GREATLY appreciated.
Sincerely,
Wordman
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding my own include file links…how do I do it?’ is closed to new replies.