wordpress刪除小工具下功能模組的元件方法

2021-07-10 18:29:50 字數 889 閱讀 1790

wordpress中的功能模組在我看來需要留下的是登入or登出、以及管理站點(/wp-admin)

那麼需要刪除的預設存在的超連結則是,rss以及wordpress.cn的鏈結

找到\hotdocs\wordpress\wp-includes\widgets\class-wp-widget-meta.php 中的以下**,將其注釋掉(ctrl+/,sublime text3環境下)或者刪除掉:

這是rss的

"><?php _e('entries rss'); ?>

"><?php _e('comments rss'); ?>

這是wordpress的

<?php

/*** filter the "powered by wordpress" text in the meta widget.

** @since 3.6.0

** @param string $title_text default title text for the

wordpress.org link.

*/href="%s" title="%s">%s

', esc_url( __( '' ) ),

esc_attr__( 'powered by wordpress, state-of-the-art

semantic personal publishing platform.' ),

_x( 'wordpress.org', 'meta widget link text' )

) );

wp_meta();

?>

wordpress小工具製作

wordpress 使用側邊欄的小工具,很方便調整頁面結構 小工具的製作過程 1 在自己的主題檔案中新建乙個資料夾 如widget 在資料夾中建立乙個php awp posts category.php 小工具是乙個類,想側邊欄一樣,還得使用 註冊,他才可以再後台使用,基本的 一層不變 class ...

wordpress 預設小工具修改表

wordpress 預設的邊欄小工具 寫在default widgets.php wp includes default widgets.php 此檔案中每個類對應乙個小工具,如修改 rss 樣式 來自任何 rss 或 atom feed 的條目 只要找到 wp widget rss 這一類修改即可...

間隔刪除檔案小工具

工具介面如下,實現功能為一定的間隔刪除或者移動檔案。核心 如下 todo 在此新增命令處理程式 ifdef need dir cstring strdir getdlgitemtext idc edit dir,strdir if strdir.getlength else tstring sdir...