加入测心网,获得更多

如果您有心理学背景,欢迎加入测心网,服务网友,获得打赏。如有意愿,请联系微信/QQ:57762787

在wordpress文章底部添加自定义链接

//WordPress 文章版权申明
add_filter ('the_content', 'fanly_copyright');
function fanly_copyright($content) {
    if(is_single() or is_feed()) {
        $content.= '<p>温馨提示:<a href="https://www.xinlixue.cn/ask/" target="_blank">有困惑,问心网</a>——免费在线心理咨询|心理问答</p>';
        return $content;
    }
}

如有帮助,欢迎打赏!

微信扫一扫打赏