Home > PHP > Extract A Post Content In Wordpress Then Put It On My Web Site Using Php And Mysql?

Extract A Post Content In Wordpress Then Put It On My Web Site Using Php And Mysql?

November 22nd, 2009 admin Leave a comment Go to comments

Hi… I’m new to wordpress and I would like to know how to extract a post content then putting it on my web site…

Categories: PHP Tags: , , , , , , ,
  1. Doug V
    November 22nd, 2009 at 14:49 | #1

    You can use the template tags.http://codex.wordpress.org/Template_Tags
    Or, if you simply want a query that extracts a given blog’s details:
    SELECT * FROM wp_posts WHERE post_id = XXXXX
    Where XXXXX is the number of the post.

  1. No trackbacks yet.
Powered by Yahoo! Answers