Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nolaandy

    (@nolaandy)

    Also, I have tried this code with my resource cpt slug, but it didn’t work.

    function addtoany_disable_sharing_on_my_custom_post_type() {
        if ( 'rude-resource' == get_post_type() ) {
            return true;
        }
    }
    add_filter( 'addtoany_sharing_disabled', 'addtoany_disable_sharing_on_my_custom_post_type' );
    Plugin Author micropat

    (@micropat)

    With all placement options unchecked, those standard buttons shouldn’t display at all.

    Caching is highly suspect, so be sure to purge or disable all site caching, then try deactivating other plugins until you find the cause.

    Thread Starter nolaandy

    (@nolaandy)

    I am using types toolset to create custom post types.
    If I deactivate that I will lose the CPT that this issue is currently viewable on.

    Any other ideas. I’ve check the site on anonymouse.org

    Is there a “best way” to purge your site of cache just to make sure that’s not it?

    Plugin Author micropat

    (@micropat)

    The “Server-side Caching” section and the next section give some good pointers.

    See if deactivating/reactivating AddToAny resolves. If not, look into related issues with the custom types plugin(s) you’re using, and see if their support can help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links show in sidebar loops on a custom post type’ is closed to new replies.