Title: Access WP Object from a query
Last modified: August 19, 2016

---

# Access WP Object from a query

 *  Resolved [blirette](https://wordpress.org/support/users/blirette/)
 * (@blirette)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/access-wp-object-from-a-query/)
 * Hey,
 * I’d like to know how to access the object received from a query? I usually get
   an array, not an object from a query so I normally do this :
 * $arrayValue[‘nameOfTheKindOfValue’]
 * How to do this with an object?
 * Thanks, I’m sure it’s pretty easy for you to answer.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [blirette](https://wordpress.org/support/users/blirette/)
 * (@blirette)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/access-wp-object-from-a-query/#post-2005718)
 * $value = $post -> nameOfTheKindOfValue;
 *  Thread Starter [blirette](https://wordpress.org/support/users/blirette/)
 * (@blirette)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/access-wp-object-from-a-query/#post-2005722)
 * Or you could just use an array instead :
 * $pageposts = $wpdb->get_results($strQuery, ARRAY_A);
 * … and be able to use it as an associative array instead of an object …
 * $pageposts = $wpdb->get_results($strQuery, OBJECT);
 * More infos here : [http://codex.wordpress.org/Function_Reference/wpdb_Class](http://codex.wordpress.org/Function_Reference/wpdb_Class)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Access WP Object from a query’ is closed to new replies.

## Tags

 * [object](https://wordpress.org/support/topic-tag/object/)
 * [value](https://wordpress.org/support/topic-tag/value/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [blirette](https://wordpress.org/support/users/blirette/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/access-wp-object-from-a-query/#post-2005722)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
