Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Owais Akber
PLUS
Owais Akber
Courses Plus Student 1,501 Points

Custom fields data

I have created one custom post type name Tasks. After that I have created few custom fields like task_receiver, due_date, priority, description whereas title i'm using default wp post title.

After creating few tasks, I am trying to see my data in database, I can fiund only my tasks title in wp_post table. Where is my other data is saved?

I have seen already all the tables 1 by 1 and didnot found anything related to my custom post. Can someone help me in this.

N.b.: data was saved successfully and I have already taken the output on custom template.