Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not sure how you are using the Custom Post Type, but I had to hide Sexy Bookmarks and used this on the template page:

    <?php if (have_posts()) : while (have_posts()) : the_post();
    ?>

    <?php add_post_meta($post->ID, ‘Hide SexyBookmarks’,true); ?>

    Did you get this worked out? I’m trying to fix the same thing.

    Thread Starter Pete White

    (@webworkers)

    Cheryl,
    Are you trying to hide the icons on all pages and posts or just for a custom post type?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SexyBookmarks | email, bookmark, and share buttons] Hide Icons for Custom Post Type?’ is closed to new replies.