Title: Getting fields info
Last modified: August 21, 2016

---

# Getting fields info

 *  Resolved [Fourmi](https://wordpress.org/support/users/fourmi/)
 * (@fourmi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getting-fields-info/)
 * Hi!
    Is there a way I can access the custom fields information within the PHP
   files of my theme, with a template tag or other?
 * Thank you!
 * [http://wordpress.org/extend/plugins/buddypress-groups-extras/](http://wordpress.org/extend/plugins/buddypress-groups-extras/)

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

 *  Plugin Author [Slava Abakumov](https://wordpress.org/support/users/slaffik/)
 * (@slaffik)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getting-fields-info/#post-3776674)
 * All fields are now stored in the `wp_posts` table.
 * To access values via DB:
    1) go to group Extras admin area 2) Click `Edit` on
   required field – you need to know its id. 3) Use WordPress function [get_post](http://codex.wordpress.org/Function_Reference/get_post)
   to retrieve the data.
 * I will write several guides really soon. That will be right in the plugin admin
   area – so you will have easy access to that.
 *  Thread Starter [Fourmi](https://wordpress.org/support/users/fourmi/)
 * (@fourmi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/getting-fields-info/#post-3776737)
 * Guides will be very useful!
 * How does the post and the group are associated to each other? Is there a way 
   I can retrieve the extra fields data while looping my groups?
 * Thanks a lot!

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

The topic ‘Getting fields info’ is closed to new replies.

 * ![](https://ps.w.org/buddypress-groups-extras/assets/icon-256x256.png?rev=1390284)
 * [BuddyPress Groups Extras](https://wordpress.org/plugins/buddypress-groups-extras/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-groups-extras/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-groups-extras/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-groups-extras/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-groups-extras/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-groups-extras/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Fourmi](https://wordpress.org/support/users/fourmi/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/getting-fields-info/#post-3776737)
 * Status: resolved