chowpay
Forum Replies Created
-
Forum: Plugins
In reply to: Custom sidebar category per pagebump
Forum: Fixing WordPress
In reply to: how to include file from root dir into header.php in subdirI must of missed something last time, I was able to hard link it and get it to work thanks guys.
Forum: Fixing WordPress
In reply to: php include outside header filethanks man,
I think I figured it out, since the site is not all wordpress I had to hack around a little to get it to work But I hard hard linked the header. Not the most eloquent way to do things but It’ll work for now. Thanks!
Forum: Fixing WordPress
In reply to: how to include file from root dir into header.php in subdirHi I tried to do this <?php include(“http://yoursite.com/core_menu.php”); ?> but I get this error
include() [function.include]: URL file-access is disabled in the server configuration in
Forum: Fixing WordPress
In reply to: php include outside header filebump
Forum: Fixing WordPress
In reply to: php include outside header fileactually that wouldnt work because now it works for WP but it doesnt work for http://www.website.com because now its looking for http://www.website.com//images/myimage.gif
There’s no way to properly include the file? some way to exclude WP from marking up the links?
thanks
Forum: Fixing WordPress
In reply to: php include outside header fileok i will give this a shot