PHP 在论文中将ShareThis按钮添加到单个帖子* *

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在论文中将ShareThis按钮添加到单个帖子* *相关的知识,希望对你有一定的参考价值。

// Add ShareThis to single posts only
	function custom_byline() {
		if (is_single()) {
		 ?>
			<p class="custom_byline">
				<?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>
			</p>
	<?php }
		}
	add_action('thesis_hook_after_post', 'custom_byline');

以上是关于PHP 在论文中将ShareThis按钮添加到单个帖子* *的主要内容,如果未能解决你的问题,请参考以下文章

将此按钮添加到论文中的单个帖子*only*

ShareThis - AJAX 内容不工作后加载的按钮

php 社交альтернативаSharethis分享这个addthis添加这个

如何在 Bootstrap 中将单个下拉菜单附加到正文

在numpy中将单个元素添加到数组

如何在地图视图中将标注添加到单个注释中