PDA

View Full Version : Displaying Recent Blogs On Main Page


bot57
06-05-2008, 04:36 AM
I want to know how to display a list of recent blogs on the main page of my website by title.

example

http://www.domain.com/index.php - Display on here

http://www.domain.com/forum - is where my forum is located at

I do not want to hack up my forum code at all

Dismounted
06-05-2008, 07:16 AM
You will need to include global.php and query the database - you will need PHP/MySQL knowledge to do this.

bot57
06-06-2008, 02:22 AM
Has anyone written this code any where yet? I would like to display the last 5 to 10

I have included my config file in the index.php but I dont know how to write the query

Brandon Sheley
06-06-2008, 02:51 AM
why not just use the rss feed from the blog ;)