• I’m designing a “traditional” web site in Dreamweaver (frames-based). I’d like my WordPress blog entries to appear in the center frame in my site but continue to maintain the other frames as my header and links to other pages of my site. I don’t want it to show up “full screen”, I’d just like the entries and comments to appear in that center frame. Is there a way to do this? I’m new to this whole topic, so thanks in advance for any info/help/tips

Viewing 1 replies (of 1 total)
  • You haven’t specified the complete environment, but if the WP blog is using mySQL to database the individual post entries, then one way to bring a window of recent blog posts would be to write your own mySQL query that would return X number of recent posts. Look at wp-db.php and find the query function. That will help a little, but the key to X number of recent posts is the LIMIT clause. You could then have complete control over what appeared in that window, along with a set of data that could be presented however you see fit. If that’s not what you’re looking for, you’ll need to be more specific.

    Steve
    _________________________________________
    My new blog: https://debtfreenewsblog.com
    My forum: https://iraqidinar.debtfreenewsblog.com
    _________________________________________

Viewing 1 replies (of 1 total)
  • The topic ‘How do I export content to a Dreamweaver site?’ is closed to new replies.