Tag or code to use on specific parts of my THEME
-
Hi,
Im trying to use the PLUGIN on specific parts of my THEME. Not inside the pages, post, header, footer, etc.Example:
<div class="hereclassplug"> <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT( array( 'use_current_page' => true ) ); } ?> </div>
What code should I use?
I also unchecked ALL the options of display on the configuration page of the plugin, because I just want to use it in every page, recognizing TITLE of the current page and URL (and maybe IMAGE for sharing in Facebook, as example) but in the part of my theme that I want.
Anyone can help me?
Thanks for your time and for allowing us to use your plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tag or code to use on specific parts of my THEME’ is closed to new replies.