• Is it possible to show miltiple post type? it’s show only the similar post type of post

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    Ah… you saying respect is cope with custom post type?
    If it that please check setting > VK Post Author Display

    m9っ?w?)b

    Thread Starter Francesca

    (@francesca81z)

    thanks for your quick answer, I selected all custom type in the setting but it shows only post, not post_type

    Plugin Author Hidekazu Ishikawa

    (@kurudrive)

    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();
    } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘show multiple post type’ is closed to new replies.