How to I implement my WordPress posts into my current web design?
Right, I’ve made a website design. It’s all up and running, but I’ve had to use the default WordPress them though as I don’t know how to use my site them and get posts into it.
What I would like is to simply put the posts and if easy, the comments bit, just the posts and comments, into my current site design, turning it into it’s own theme. I’m not looking to create a fancy sidebar, header or footer, in fact I’d like to keep the header and footer I have on my site design. All I’m looking for it to put the posts into the div where it has a title, a post, and a bit to write comments.
How can I do this? Please don’t spam me links of ‘How to create your own WP theme’, as that is not answering my question; I’d like to turn implement my posts into my current website design, but only the posts and comments.
Thanks
-Max
Hello,
You can query your wp database for the posts you want, as your question does not state what posts you want to access I can’t give you the MySQL query. but I believe that’s the best way… something like (abstract):
SELECT x_last_posts FORM wp_posts_table
or
SELECT post_number_n FORM wp_posts_table
Same goes for comments…
That may seem a little difficult, you can explore you wordpress database using phpMyAdmin if your host have it installed

|
WordPress Plugin Development (Beginner’s Guide)
$14.42
Build powerful, interactive plug-ins for your blog and to share online Everything you need to create and distribute your own plug-ins following WordPress coding standards Walk through the development of six complete, feature-rich, real-world plug-ins that are being used by thousands of WP users Written by Vladimir Prelovac, WordPress expert and developer of WordPress plug-ins such as Smart Y…
|

|
WordPress For Dummies (For Dummies (Computers))
$4.14
Are you a wannabe blogger? A seasoned pro migrating your blog to WordPress? Looking to do more cool stuff with your existing WordPress blog? Then this fun guide is for you! WordPress for Dummies is a veritable smorgasbord of WordPress information, ideas, tools, resources, and instruction on everything you need to create and maintain your dream blog.Unlike other blog hosts, WordPress gives you the …
|