Viewing 2 replies - 1 through 2 (of 2 total)
  • Glad to hear you’re enjoying the plugin! If I understand correctly, you just need to add the ShareThis feature to every page.

    If you have the option enabled in WPEC, the code you’d want to add to any page template you want it present on (like page.php or archives.php) is the following –

    <?php if ( get_option( 'wpsc_share_this' ) == 1 ): ?>
    	<div class="st_sharethis" displayText="ShareThis"></div>
    <?php endif; ?>

    That should do the trick.

    Thread Starter sbeck91

    (@sbeck91)

    I’m sorry I wasn’t clear… I forgot that there was an actual service called “ShareThis”. What I was really wanting to do is add the entire cevhershare scrolling sidebar to the products pages and category pages or every page if it’s easier to just do it that way.

    I tried placing this <?php cevhershare(); ?> on the single.php, page.php and archive.php (All at once and one at a time) and deactivating the auto add settings. But that didn’t work and broke another plugin on the site.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: CevherShare] Share Box on Custom Posts’ is closed to new replies.