• Let me say, this is a good plugin. From a reader perspective, it shows up on all posts, pages and custom post types.

    However, on the backend (for example: /wp-admin/edit.php?post_type=bible-study), I noticed the share count in the column does not show up for one of my post types. It just displays a blank field. My other post types do display the share count.

    The only difference I have noticed in my coding parameters for custom post types are as follows.

    Does Not Display

    ‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘comments’, ‘revisions’, ‘publicize’, ‘author’, ‘page-attributes‘ ),

    ‘hierarchical’ => true,

    Does Display

    ‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘comments’, ‘revisions’, ‘publicize’, ‘author’, ‘post_tag‘ ),

    ‘hierarchical’ => false,

    I doubt this has anything to do with it and it is something I cannot change, I need it setup this way. Just curious if there is something else I am over looking.

  • The topic ‘One Custom Post Type Does Not Display Share Count’ is closed to new replies.