Some fields don't display

This topic contains 7 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 6 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)

‘, __( ‘Platform’, ‘wpuf’ ) );
}

add_action( ‘wpuf_dashboard_head_col’, ‘wpufe_dashboard_change_head’ );

/**
* Add a new table cell to the dashboard table rows.
* It adds a form for changing the post status of each posts via ajax call.
*
* @param array $args dashboard query arguments
* @param object $post current rows post object
* @return void
*/
function wpufe_dashboard_row_col( $args, $post ) {
?>

Author Posts
October 9, 2014 at 7:17 pm 28121
Sekander Badsha Three of the fields aren't showing up when the post is displayed- one is a custom taxonomy, one is a website url and one is a text field. Others show up. Any clues why? Thanks
October 9, 2014 at 7:38 pm 28123
Donald Donald

I guess maybe I just don’t understand how to display all the fields when the post is viewed. I have checked “Show custom fields on post content area” in General Setting.
How do I see everything when reading the post?? The Documentation is really not clear at all.

October 9, 2014 at 8:48 pm 28126
Donald Donald This reply has been marked as private.
October 10, 2014 at 8:37 am 28136
Donald Donald

I’ve hidden the toolbar with css as a workaround but this custom taxonomy display issue has stopped my project development. Really need a fix for this asap.

The taxonomy was created using the Types plugin, it is registered with all post types.

October 10, 2014 at 9:17 am 28138
Donald Donald

Also I have added a column to the dashboard to show the custom taxonomy. The column appears but not the selected terms. Please help.

October 12, 2014 at 8:18 am 28189
Donald Donald

I got the taxonomy to display in the post. Now trying to get it in the dashboard.
Taxonomy name is Platform.
Where do I put “platform” in the second part of this code?

/**
* Add a new column header in dashboard table
*
* @param array $args dashboard query arguments
* @return void
*/
function wpufe_dashboard_change_head( $args ) {
printf( ‘

%s ID, ‘subhead’, true ) ) {
echo $sub;
} else {
echo ‘—‘;
}
?>
October 12, 2014 at 9:24 am 28190
Donald Donald

Actually, it’s still not appearing in the post either.
Really need to get this custom taxonomy to display in the post and on the dashboard.

October 15, 2014 at 8:42 pm 28484
Sekander Badsha Sekander Badsha

Hello Donald,

Can you see the taxonomy in the form building section of WOUF? If yes, that should work.

And I tried to visit your site to check but it is not available. You may use this form to provide your login credentials mentioning this thread.
http://wedevs.com/provide-login-details/

Thank you 🙂

Viewing 7 Posts - 1 through 7 (of 7 total)