Forums

Social Share Buttons for WordPress
[resolved] Сonflict with gallery plugin (2 posts)

  1. alex.fedoseev
    Member
    Posted 5 months ago #

    Hi!

    I'm using this gallery plugin: http://wordpress.org/extend/plugins/gallery-plugin/
    to have a few galleries in one post.
    And social buttons showing up on the top of every gallery entry of the page.
    Example: http://www.alexfedoseev.com/231/indo-2011/

    How can I exclude this galleries without manually putting each gallery ID on settings page?

    http://wordpress.org/extend/plugins/share-buttons/

  2. alex.fedoseev
    Member
    Posted 5 months ago #

    Added OR to exclusion function in share-buttons.php

    // Looking for exclusion
      foreach($exclude_ids as $id)
       if ($post->ID == $id OR $post->post_type == 'gallery')
        return $content;

Reply

You must log in to post.

About this Plugin

About this Topic