• (I’m sorry, this should be easier but it isn’t).

    I have a website with a static news page. I want to convert this into a wordpress news page. I want to have two pages, news current and news archived. I want to keep my html pages the way they are (if possible) but i want to have the stories from the wordpress blog in this html page. So in my page i want to have news in the folling format.

    <div class="story">
    <h5>xxth Month 2005 - Poster Name</h5>
    <p>Post content...</p>
    </div>

    This should be very, very easy- but i can’t find a way to do this. I assume the way to do it is to create a template or theme for each page? Maybe the best thing to do would be to create a page with just the <div> tags and include them into my html page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • To include/display news from a WP blog in a PHP page – it’s easy.
    To do the same in a html page it’s not so easy.
    Search the forum, there were solution offered by using the RSS feeds.

    Thread Starter liljoeyjordison

    (@liljoeyjordison)

    Oh yeah, i’d forgotten about the RSS

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Template (I’m sorry i’m a noob, i can’t help it)’ is closed to new replies.