• Resolved susanaaraujo

    (@susanaaraujo)


    Hello,

    I need to see the views of one type specific of a project I create in the ignitiondeck crowdfunding plugin, but the column in WP admin doesn’t appear on it? I don’t understand why, because it works as a post-type, I see the view column in the WP-admin in the other plugins I have, but in this one don’t appear, can you help me, please?

    Thank’s.

    Best regards

    https://ww.wp.xz.cn/plugins/wp-postviews/

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You need to add this

    add_action('manage_<POST_TYPE>_custom_column', 'add_postviews_column_content');
    add_filter('manage_<POST_TYPE>_columns', 'add_postviews_column');

    In your functions.php. Replace <POST_TYPE> with the custom post type that is required. I will not know what is it.

Viewing 1 replies (of 1 total)

The topic ‘Can't see views column’ is closed to new replies.