Title: Get Terms for Page
Last modified: August 19, 2016

---

# Get Terms for Page

 *  [rpontremoli](https://wordpress.org/support/users/rpontremoli/)
 * (@rpontremoli)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/get-terms-for-page/)
 * Hi!
 * I’m trying to retrieve the terms of a page’s custom taxonomy.
 * When I’m in a post this works just fine:
 *     ```
       $args=array('orderby' => 'none');
       $terms = wp_get_post_terms( $post->ID , 'custom_taxonomy', $args);
       ```
   
 * But this won’t work on a page.
 * I’ve tried also with: **get_the_terms** & **wp_get_object_terms**
 * But they don’t seem to work.
 * BTW, I’m using a hierarchical taxonomy.
 * Thanks for any help in seeing the light 😉

The topic ‘Get Terms for Page’ is closed to new replies.

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [taxonomy](https://wordpress.org/support/topic-tag/taxonomy/)

 * 0 replies
 * 1 participant
 * Last reply from: [rpontremoli](https://wordpress.org/support/users/rpontremoli/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/get-terms-for-page/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
