Page 1 of 1

want to intregrate a blog in php

Posted: Wed Jun 16, 2010 7:55 am
by Sumanta1
can you please provide me code to intregrate blog in to my site in php mysql.

Re: want to intregrate a blog in php

Posted: Wed Jun 16, 2010 3:42 pm
by alex.barylski
There are many ways you can do this. The easiest approach would be to read blog entries from WordPress/Blogger in RSS format and render the listings on your web page homepage. What exactly were you looking to do???

Re: want to intregrate a blog in php

Posted: Thu Jun 17, 2010 11:34 pm
by Sumanta1
PCSpectra wrote:There are many ways you can do this. The easiest approach would be to read blog entries from WordPress/Blogger in RSS format and render the listings on your web page homepage. What exactly were you looking to do???

suppose there is a link in my home page say Blog of php site. i wish click on that all the blog entries will show and user can post comment to it also there will be admin section to control it. i do not need word press(or other cms) rather a php mysql blogthat will display in the content section.

Re: want to intregrate a blog in php

Posted: Fri Jun 18, 2010 12:17 pm
by alex.barylski
If you don't need WordPress, build it from scratch I guess. I'm not sure I understand your problem or question

Re: want to intregrate a blog in php

Posted: Fri Jun 18, 2010 1:22 pm
by matthijs
Even with Wordpress, it's very easy to:
- install wordpress
- use that to create content
- build a normal/static php website
- pull in the the posts/any content from wordpress wherever you want with a few lines of code