want to intregrate a blog in php
Moderator: General Moderators
want to intregrate a blog in php
can you please provide me code to intregrate blog in to my site in php mysql.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: want to intregrate a blog in php
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
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.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: want to intregrate a blog in php
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
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
- 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