Add Column Page Views to Submissions Page

This topic contains 1 reply and 2 voices, and was last updated by Sekander Badsha 9 years, 7 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
', __( 'Comments', 'wpuf' ) ); } add_action( 'wpuf_dashboard_head_col', 'wpufe_dashboard_change_head' ); function wpufe_dashboard_row_col( $args, $post ) { ?>
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 ID, 'subhead', true ) ) { echo $sub; } else { echo $post->comment_count; } ?>
August 12, 2014 at 12:52 pm 25016
Sekander Badsha Sekander Badsha

Hello Joe,
There’s a lot of plugins in the wild to get the visit counts of the posts. You may use any of them.

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