标签: 标识去除
-
作者帖子
-
您好,我建完论坛后,打开发现带有英文 (ArchIves:) 和 BBS 标识 (bbPress 论坛),我应该如何去除?
主题自带的功能,切换个主题就没有,或者看主题是否可以设置标题和面包屑导航。
请问可不可以通过修改源代码的形式删除掉?
<!DOCTYPE html>
<html class=””
lang=”zh-CN”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title> 自定义:载入中…</title>
<script type=”text/javascript”>
var ajaxurl = “\/wp-admin\/admin-ajax.php”,
pagenow = ‘customize’;
</script>
<link rel=’dns-prefetch’ href=’//www.mojomarketplace.com’ />
<link rel=’dns-prefetch’ href=’//s.w.org’ />
<link rel=’dns-prefetch’ href=’//i0.wp.com’ />
<link rel=’dns-prefetch’ href=’//i1.wp.com’ />
<link rel=’dns-prefetch’ href=’//i2.wp.com’ />
<style>
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
方式两种,一个是自己做个子主题,然后把这块的内容 PHP 代码删掉。
另一个是用 CSS 隐藏,这个要简单些。
-
作者帖子
- 哎呀,回复话题必需登录。