Ah… you saying respect is cope with custom post type?
If it that please check setting > VK Post Author Display
m9っ・w・)b
thanks for your quick answer, I selected all custom type in the setting but it shows only post, not post_type
I check my site. it’s worked.
I expect your site is customized that “post content” become don’t display on your site spacification?
If you fill in some text to post content at editting screen,
that text is display to public page?
if don’t display that Post Author Display is don’t display too.
In that case you write to following code to your custom post type template.
<?php if ( class_exists( 'Vk_Post_Author_Box' ) ) {
echo Vk_Post_Author_Box::pad_get_author_box();
} ?>