• I’m probably doing something dumb…or totally misunderstanding a basic concept here. Apologies!
    I can get videos added just fine into a page. When I insert, I am using the “Insert: video gallery” selection and I get the following shortcode:

    [ KGVID gallery=”true” ]

    I get multiple thumbnail-sized icons (which is what I want). However, some items I would like to go back and change.

    Here’s where I’m getting lost: It sounds as if an actual “gallery” is being created given the name of that insert selection (Insert: Video Gallery). Where is this gallery and how can I manage it? I can’t figure out how to remove any selections that were added with the shortcode [ KGVID gallery=”true” ].

    Pointers please…

Viewing 1 replies (of 1 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    There’s no gallery to edit or create. Without any other attributes, the shortcode [KGVID gallery="true"] will automatically show a gallery of all of the videos that are attached to the current post. If you want to exclude particular videos that are attached to the post you could either delete those videos or edit the shortcode to exclude them. You’ll have to find the IDs of the videos you don’t want. To find the ID, go to the Media Library and click on the video you want to exclude. In the Video Stats section, click on “(More…)” and you’ll see the video ID.

    Once you have a list of the video IDs, change the shortcode to [KGVID gallery="true" gallery_exclude="3966,123,54"] or whatever the IDs are.

Viewing 1 replies (of 1 total)

The topic ‘How Do I Edit the Gallery?’ is closed to new replies.