bdblogs
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: TagCloudthankx
Forum: Fixing WordPress
In reply to: include header doesnt work!i want to include header.php in a different php file which i have created in “../test” directory.
i have tried this
<?php include (‘http://www.example.net/wp-content/themes/k2/header.php’); ?></head>But it doesnt workout.
Forum: Fixing WordPress
In reply to: How can header footer be used on a non WordPress page?Hi i have tried this but nothing seems to work out!
i have folder in ../blogs/test/header.phpIn header.php i have code:
<html><head>
<?php include (‘http://www.example.net/wp-content/themes/k2/header.php’); ?>
</head>
<body>
content
</body>
</html>when i visit : http://blogs.example.net/test/header.php
it returns:arning: main(http://www.example.net/wp-content/themes/k2/header.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/example/public_html/blogs/test/header.php on line 2
Warning: main() [function.include]: Failed opening ‘http://www.example.net/wp-content/themes/k2/header.php’ for inclusion include_path=’.:/usr/lib/php:/usr/local/lib/php/extensions:/usr/local/lib/php’) in /home/example/public_html/blogs/test/header.php on line 2
any idea what to do?
contentForum: Fixing WordPress
In reply to: echo blog information from the syndicated feed.i am using feedwordpress to syndicate feeds in my website,
which shows
the head line and the contents from the orginal website , in my wordpress i want to show the Oginical URL and blog information along with each feed…Any idea.?
Forum: Fixing WordPress
In reply to: Delete a single post from the sydicated feedthanks