Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter infohowdy

    (@infohowdy)

    the only way is to exclude featured thumb in gallery query.
    The file “MedialLibraryTemplate.php” library->Jph->Wp from line 20

    $attachments = array_values( get_children( array( 'post_parent' => $post->post_parent, 'post_status' => 'inherit',
    				'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID', 'exclude' => get_post_thumbnail_id( $post->post_parent ) ) ) );
    Plugin Author Tihomir Dmitrovi?

    (@tolecar)

    Thanks for the tip.
    I’ll implement it in a next version. And, it will be configurable through settings page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘exclude featured picture’ is closed to new replies.