继续分享wordpress建站视频教程教程。有时大家可能需要对wordpress网站内容添加一些固定的内容,比如文章出处、版权等信息,或者是添加一些图片广告,方法有很多,最简单的方法是手动添加,但管理起来麻烦。
今天悦然wordpress建站给大家分享两种方法,一种是使用古腾堡的可重用区块,一种是使用自定义代码,具体的操作请看视频,跟着操作就可以了。通过本视频分享的方法,大家可以比较方便的批量给wordpress网站的修改文章添加固定的内容,也可以批量统一管理。
视频中用到的代码如下,大家直接复制,修改里面的链接和文字就可以了。
// 注:视频中的代码有点问题,会在页面也添加内容,下面的代码已修复,直接复制即可
// 插入【顶部】的内容 $str.= "<div class='same'>";
function yr_content_insert( $return = 0 ) {
$str.= "<p><a href='https://www.zsxxfx.com/jg' target='_blank' rel='nofollow'><img src='https://img.zsxxfx.com/wp-content/uploads/2022/08/2022082804025299.webp' alt='2022082804025299'></a></p>";
$str.= "";
if ($return) { return $str; } else { echo $str; } } function yr_content_filter($content) {
if(!is_feed() && !is_home() && is_single() && is_main_query()) { $content .= yr_content_insert(0);
} return $content; } add_filter('the_content','yr_content_filter');
// 插入【底部】的内容 $str.= "<div class='same'>";
function yr2_content_insert( $return = 1 ) {
$str.= "<p><a href='https://www.zsxxfx.com/jg' target='_blank' rel='nofollow'><img src='https://img.zsxxfx.com/wp-content/uploads/2022/08/2022082804025299.webp' alt='2022082804025299'></a></p>";
$str.= "";
if ($return) { return $str; } else { echo $str; } } function yr2_content_filter($content) {
if(!is_feed() && !is_home() && is_single() && is_main_query()) { $content .= yr2_content_insert(1);
} return $content; } add_filter('the_content','yr2_content_filter');
插入图片、链接:
<p><a href='https://www.zsxxfx.com/jg' target='_blank' rel='nofollow'><img src='https://img.zsxxfx.com/wp-content/uploads/2022/08/2022082804025299.webp' alt='2022082804025299'></a></p>
插入文字、链接:
来源:<a href='https://www.zsxxfx.com/' rel='external nofollow' target='_blank'>悦然wordpress建站</a>
© Copyright 2024. 悦然网络工作室/悦然wordpress建站 专注中小企业wordpress建站 All Rights Reserved.网站地图
本站图片来源为Pexels、Pixabay、Freepik、Unsplash等图片库的免费许可,CC0协议;还有部分为自己手绘,版权碰瓷请自重!法律服务:law@yueranseo.com 蜀ICP备20016391号-1 川公网安备 51011502000367号
微信联系