Home › Forums › General Issues › Set custom post type title by acf? › Reply To: Set custom post type title by acf?
Below is what I get out from the following command. However I don’t see any any fields types.
I have a custom post type set up and I’m using acf with it if that helps.
print_r($data);
Array
(
[post_author] => 1
[post_date] => 2013-08-01 15:02:51
[post_date_gmt] => 2013-08-01 15:02:51
[post_content] =>
[post_content_filtered] =>
[post_title] =>
[post_excerpt] =>
[post_status] => publish
[post_type] => toy
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => toy-124
[to_ping] =>
[pinged] =>
[post_modified] => 2013-08-01 15:02:57
[post_modified_gmt] => 2013-08-01 15:02:57
[post_parent] => 0
[menu_order] => 0
[guid] => http://toy.dev/?post_type=toy&p=211
)
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.