Title: Fetching pure WP data
Last modified: August 18, 2016

---

# Fetching pure WP data

 *  [lexi69](https://wordpress.org/support/users/lexi69/)
 * (@lexi69)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/fetching-pure-wp-data/)
 * Hello crowd!
 * I am totally new to using WordPress, not a PHP newb, though.
 * The challenge:
 * A friend has asked me to include WordPress as a means of adding/updating certain
   content into his own project.
 * What I would like to do now is just fetch pure DB data from some WP interface,
   ideally just a plain PHP array of object, and work with it however the existening
   application prefers.
 * Example:
    I just include a couple of WP files and fetch an array with all the
   data I need, bypassing the entire template functionality WP offers.
 * What is basically needed, are a couple of blog categories, maybe a bit of archiving,
   and a means of displaying individual entries on a single page.
 * Are there more appropriate ways than just getting them myself from the database?
   I don’t want to miss out on the RSS / archiving etc. features.
 * Thx for any help!
    LEXI

Viewing 1 replies (of 1 total)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/fetching-pure-wp-data/#post-474072)
 * Actually, (based on your post) you need: archives, index, single post view, rss…
   
   That sounds like a full WP install 🙂
 * But anyway, you can use the Loop for posts and all the template tags.
    [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
   [http://codex.wordpress.org/Template_Tags](http://codex.wordpress.org/Template_Tags)

Viewing 1 replies (of 1 total)

The topic ‘Fetching pure WP data’ is closed to new replies.

## Tags

 * [integrate](https://wordpress.org/support/topic-tag/integrate/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [pure](https://wordpress.org/support/topic-tag/pure/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/fetching-pure-wp-data/#post-474072)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
