Add Column Page Views to Submissions Page
Viewing 1 Posts - 1 through 1 (of 1 total)
Author | Posts | ||
---|---|---|---|
August 6, 2014 at 10:30 pm 24683 | |||
Sekander Badsha | Hello, You guys helped me in adding a column to the submissions page to view the comments count by adding the below code to my functions.php: ------ function wpufe_dashboard_change_head( $args ) { printf( ' | %s | ', __( 'Comments', 'wpuf' ) ); } add_action( 'wpuf_dashboard_head_col', 'wpufe_dashboard_change_head' ); function wpufe_dashboard_row_col( $args, $post ) { ?>ID, 'subhead', true ) ) { echo $sub; } else { echo $post->comment_count; } ?> |
August 12, 2014 at 12:52 pm 25016 | |||
Sekander Badsha | Hello Joe, |
Viewing 1 Posts - 1 through 1 (of 1 total)