Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: How to pull and display the "Description" field from a Types Custom post type

$
0
0

Nevermind, I figured this out. Hopefully this will help someone else trying to do the same thing:

Use code like:

$myarray = get_option( 'wpcf-custom-types', 'nothing' );
echo "desc:" . $myarray["my_custom_post_type_name"]["description"]. "<br>";

Viewing all articles
Browse latest Browse all 20145

Trending Articles