php 从Genesis中删除省略号,在特色页面小部件中阅读更多文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 从Genesis中删除省略号,在特色页面小部件中阅读更多文本相关的知识,希望对你有一定的参考价值。

<?php
add_filter( 'get_the_content_more_link', 'custom_remove_ellipsis' );
/**
 * Strips the ellipsis from the Genesis more link.
 *
 * @param string $more_link_html The current more link HTML.
 * @return string The link HTML without the ellipsis.
 */
function custom_remove_ellipsis( $more_link_html ) {
	$link_without_ellipsis = str_replace( '&#x02026;', '', $more_link_html );

	return $link_without_ellipsis;
}

以上是关于php 从Genesis中删除省略号,在特色页面小部件中阅读更多文本的主要内容,如果未能解决你的问题,请参考以下文章

php Dynamik Landing Template作为如何删除特定页面元素的示例。 #template #genesis

如何在没有 single.php 的情况下从 wordpress 帖子中删除特色图片

php Genesis:删除条目标题中的条目元

php 如果在Genesis主题中启用了JavaScript,则添加一个小内联脚本以将`js`类附加到body标记

php 使用Genesis中的博客模板在博客帖子页面或页面上添加介绍文本

php 将Genesis页脚小部件更改为4列/类