Results 1 to 4 of 4
-
02-09-2012, 08:24 AM #1
Freshman
- Join Date
- Aug 2011
- Posts
- 38
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Embeding Wordpress in a simple PHP template site
I have a simple site (header.php, footer.php and some content sites in between) and I want to include Wordpress as one of them. I install it and it works as domainname.com/blog, but I am wondering if I can get it to work under regular header.php, just like with other pages (Home, Services, Resources, Blog, Contact). I am using something like this:
< ?php
$subtitle = "Media Services";
include("header.php");
?>
When I add the following code, it does not load anything,
include("blog/wp-blog-header.php");
but a test file like test.php (with echo "This is test etc..") works with the same pathname.
Does anybody know what am I doing wrong. I basically want to have blog under the header here http://67.23.244.109/~belerose/blog.php instead of http://67.23.244.109/~belerose/blog
Thank you.
-
02-17-2012, 09:30 AM #2
I think you are trying to do it the wrong way around....
It will be a LOT easier to install WordPress to the site's root folder then create a custom page for, well, custom pages.
-
03-14-2012, 03:27 AM #3
Sophomore
- Join Date
- Sep 2011
- Posts
- 97
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Thanks your information about javascript in wordpress. As we all know, in my free wordpress I can not use js to load alexa statistic. For those, best thanks for your help.
-
03-14-2012, 04:02 AM #4
Freshman
- Join Date
- Mar 2012
- Posts
- 15
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
i think is problem of catch.
Similar Threads
-
Free WordPress Themes, WordPress Template
By VirtualName in forum FreebiesReplies: 4Last Post: 09-06-2011, 11:49 PM -
Reviews Site Template Wordpress, Flash, Layout
By nicetheme in forum ReviewsReplies: 8Last Post: 04-25-2011, 01:11 PM -
A simple iPhone wordpress theme- 3 column
By npnhome in forum FreebiesReplies: 0Last Post: 12-13-2010, 11:07 AM -
Free Wordpress Theme - Art Simple Black
By jjdjjd in forum FreebiesReplies: 0Last Post: 09-24-2010, 02:42 AM -
Free Wordpress Theme - Art Simple Blue
By jjdjjd in forum FreebiesReplies: 0Last Post: 09-20-2010, 05:16 AM


Reply With Quote

