smithmr8 Posted March 31, 2010 Share Posted March 31, 2010 Hi, I need to intergrate a blog into the template of a website, using a blogging software such as wordpress. I was wondering whether there is any way I can just include the main part of the blog (which shows the blog posts) in a specified DIV on a page. If so, how would I go about doing this ? Link to comment https://forums.phpfreaks.com/topic/197081-intergrated-blog-wordpress-ect/ Share on other sites More sharing options...
beta0x64 Posted March 31, 2010 Share Posted March 31, 2010 WP is a bit of a complicated application, but you possibly could do this. I would check out this page for help: http://mattread.com/archives/2005/04/wordpress-is-not-php/ Link to comment https://forums.phpfreaks.com/topic/197081-intergrated-blog-wordpress-ect/#findComment-1034731 Share on other sites More sharing options...
DeX Posted March 31, 2010 Share Posted March 31, 2010 I know how to do this, I'll try and remember to get back to you later tonight when I have time. I've done it one 2 sites already and it's really quite simple. Link to comment https://forums.phpfreaks.com/topic/197081-intergrated-blog-wordpress-ect/#findComment-1034915 Share on other sites More sharing options...
2levelsabove Posted April 2, 2010 Share Posted April 2, 2010 on your custom site, do wp_header() to show the header, and wp_footer() to show the footer. You have to include the Wordpress include files. Link to comment https://forums.phpfreaks.com/topic/197081-intergrated-blog-wordpress-ect/#findComment-1035971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.