標籤: 標識去除
-
作者帖子
-
您好,我建完論壇後,開啟發現帶有英文 (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 隱藏,這個要簡單些。
-
作者帖子
- 哎呀,回覆話題必需登入。