Exemplo n.º 1
0
									class="bold">WooCommerce</span> store you can choose between
									post type <span class="bold">Products</span> which will display
									share buttons into product description or option to display
									buttons below price.
							</span></td>
							<td class="essb_general_options"><?php 
essb_select_content_type();
?>
</td>
						</tr>
						<tr class="even table-border-bottom">
							<td class="bold" valign="top">Display in post excerpt:<br/><span class="label">(Activate this option if your theme is using excerpts and you wish to display share buttons in excerpts)</span></td>
							<td class="essb_general_options"><?php 
$excerpt_pos = array("top", "bottom");
$html = ESSB_Settings_Helper::generateCustomSelectField('display_excerpt_pos', $excerpt_pos, true);
ESSB_Settings_Helper::drawExtendedCheckboxField('display_excerpt', $html . '');
?>
</td>
						</tr>
						</table>
					</section>
					<h3>Position of buttons</h3>
					<section>
						<table border="0" cellpadding="5" cellspacing="0" width="100%">
						<col width="25%" />
						<col width="75%" />
						<tr>
							<td colspan="2" class="sub"><?php 
_e('Position of buttons', ESSB_TEXT_DOMAIN);
?>
</td>
Exemplo n.º 2
0
									class="bold">WooCommerce</span> store you can choose between
									post type <span class="bold">Products</span> which will display
									share buttons into product description or option to display
									buttons below price.
							</span></td>
							<td class="essb_general_options"><?php 
essb_select_content_type();
?>
</td>
						</tr>
						<tr class="even table-border-bottom">
							<td class="bold" valign="top">Display in post excerpt:</td>
							<td class="essb_general_options"><?php 
$excerpt_pos = array("top", "bottom");
$html = ESSB_Settings_Helper::generateCustomSelectField('display_excerpt_pos', $excerpt_pos, true);
ESSB_Settings_Helper::drawExtendedCheckboxField('display_excerpt', $html . '<br/><span class="small">(Activate this option if your theme is using excerpts and you wish to display share buttons in excerpts)</span>');
?>
</td>
						</tr>
						<tr class="odd table-border-bottom">
							<td valign="top" class="bold"><?php 
_e('Exclude display on:', ESSB_TEXT_DOMAIN);
?>
<br />
								<span class="label"> Exclude buttons on posts/pages with these
									IDs? Comma seperated: "11, 15, 125". This will deactivate
									automated display of buttons on selected posts/pages but you
									are able to use shortcode on them.</span></td>
							<td class="essb_general_options"><?php 
essb_display_exclude_from();
?>