Forum Moderators: coopster

Message Too Old, No Replies

Wordpress and PHP includes

Getting the most recent blog post to display on a html page

         

neveremail

1:49 pm on Oct 31, 2005 (gmt 0)

10+ Year Member



Hi,

I am currently using wordpress and have it installed to the folder mysite.com/blog/ and would like to have the most recent post appear on mysite.com/news.html

Is there any way of doing this. I want the whole post to be displayed including pictures.

Any Ideas?

Twisted Mind

2:13 pm on Oct 31, 2005 (gmt 0)

10+ Year Member



add a hidden field for every post with current date... let the script select the one to display wich has been posted as last,,, or if u have a primary key like id u can let the highest id being displayed

sorry for language typed it kinda fast

neveremail

3:02 pm on Oct 31, 2005 (gmt 0)

10+ Year Member



Could you point me in a direction to find more details on how to do that?