前言介紹
- 這款 WordPress 外掛「MW WP Hacks」是 2013-11-03 上架。
- 目前有 70 個安裝啟用數。
- 上一次更新是 2015-02-18,距離現在已有 3728 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
inc2734 |
外掛標籤
內容簡介
MW WP Hacks 是一個 WordPress 外掛,可協助開發 WordPress。
在使用者個人檔案頁面中新增 Google Plus ID 欄位。如果輸入,則在
中顯示 。自訂餵頻方式到任何文章類型。
自訂節錄之後的文字。
在管理頁面中新增 Google Plus ID 欄位。如果儲存此欄位,則在 中包含 。
在管理頁面中新增 Facebook AppID 欄位。如果儲存此欄位,則在頁面中包含 。
在管理頁面中新增 GA 追蹤識別碼欄位。如果儲存此欄位,則包含 Google Analytics 標籤。
在管理頁面中新增 UA 追蹤識別碼欄位。如果儲存此欄位,則包含通用分析標籤。
新增 OGP 和 Twitter Cards 設定。
新增 Google 站點驗證設定。
新增 Meta 敘述設定。
可以包含任何社交媒體腳本(Facebook、Twitter、Hatena 書籤、Google+1)。
定義小工具區域。
定義自訂縮圖大小。
在日文情況下修正 wp_title。
您可以設定自訂文章類型以停用單一頁面。
您可以設定自訂文章類型的每頁帖子數。
有用的方法:MW_WP_Hacks::pager();
有用的方法:MW_WP_Hacks::get_top_parent_id();
有用的方法:MW_WP_Hacks::is_custom_post_type();
有用的方法:MW_WP_Hacks::the_local_nav(); 這裡有簡碼 [local_nav]
有用的方法:MW_WP_Hacks::the_bread_crumb();
註冊自訂文章類型和自訂分類的類別。
‘‘‘
$Manage_Custom_Post_Type = new MW_WP_Hacks_Manage_Custom_Post_Type();
$Manage_Custom_Post_Type->custom_post_type( ‘新着情報’, ‘news’,
array( ‘title’, ‘editor’, ‘author’, ‘excerpt’, ‘comments’, ‘revisions’, ‘thumbnail’ ),
array( ‘has_archive’ => false )
);
$Manage_Custom_Post_Type->custom_taxonomy( ‘新着カテゴリー’, ‘news-category’, array( ‘news’ ),
array( ‘hierarchical’ => true )
);
$Manage_Custom_Post_Type->init();
‘‘‘
等等…
原文外掛簡介
MW WP Hacks is plugin to help with development in WordPress.
Add Google Plus ID field in user profile page. IF input, echo in
.Custom Feed into any post types.
Custom text after excerpt.
Add Google Plus ID field in management page. IF save this, include in .
Add Facebook AppID field in management page. IF save this, include
any more.
Add GA Tracking ID field in management page. IF save this, include Google Analytics tag.
Add UA Tracking ID field in management page. IF save this, include Universal Analytics tag.
Add OGP & Twitter Cards setting.
Add Google Site Verification setting.
Add Meta description setting.
Include any social scripts. ( Facebook, Twitter, Hatena Bookmark, Google+1 )
Define widget areas.
Define custom thumbnail sizes.
Fix wp_title in the case of japanese.
You can setting that custom post type to disable a single page.
You can setting that posts per page for custom post type.
Useful method: MW_WP_Hacks::pager();
Useful method: MW_WP_Hacks::get_top_parent_id();
Useful method: MW_WP_Hacks::is_custom_post_type();
Useful method: MW_WP_Hacks::the_local_nav(); There is the shortcode [local_nav]
Useful method: MW_WP_Hacks::the_bread_crumb();
The Class that Register Custom Post Type and Custom taxonomy.
‘‘‘
$Manage_Custom_Post_Type = new MW_WP_Hacks_Manage_Custom_Post_Type();
$Manage_Custom_Post_Type->custom_post_type( ‘新着情報’, ‘news’,
array( ‘title’, ‘editor’, ‘author’, ‘excerpt’, ‘comments’, ‘revisions’, ‘thumbnail’ ),
array( ‘has_archive’ => false )
);
$Manage_Custom_Post_Type->custom_taxonomy( ‘新着カテゴリー’, ‘news-category’, array( ‘news’ ),
array( ‘hierarchical’ => true )
);
$Manage_Custom_Post_Type->init();
‘‘‘
etc…
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「MW WP Hacks」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.2.0 | 0.2.1 | 0.2.2 | 0.2.3 | 0.2.4 | 0.2.5 | 0.2.6 | 0.3.0 | 0.3.1 | 0.4.0 | 0.4.1 | 0.4.2 | 0.4.3 | 0.4.4 | 0.5.0 | 0.6.1 | 0.6.6 | 1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.1.0 | 1.2.0 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.3.5 | 1.4.0 | trunk |
延伸相關外掛(你可能也想知道)
Timthumb Vulnerability Scanner 》最近 timthumb.php 漏洞(詳情請見此處)讓許多毫不知情的博客作者遭受了黑客攻擊。這種漏洞對技術不熟悉的人來說不是很容易修復,但是對那些惡意攻擊者來說...。
WPScan – WordPress Security Scanner 》請注意:此外掛已不再為非企業客戶提供支援。我們建議使用Jetpack Protect,這是一個免費的 WordPress 安全外掛程式,利用 WPScan 的龐大資料庫進行掃描,以...。
WP Limit Login Attempts 》Limit Login Attempts 是一款可保護登錄安全,防止暴力破解攻擊的 WordPress 插件。暴力破解攻擊通常採用最簡單的方式來獲得網站控制權:一遍遍地嘗試輸入帳...。
Exploit Scanner 》此外掛會搜尋你網站上的檔案,以及你資料庫中的文章和評論表格,尋找任何可疑的項目。它還會檢查你的作用中外掛清單是否有異常的檔案名稱。, 它不會刪除任何...。
Security Ninja For MainWP 》SECURITY NINJA FOR MAINWP, Security Ninja 是一個強大的外掛,可以幫助您找到網站上的漏洞並改善安全性。, MainWP 對於管理多個 WordPress 網站的人來說是...。
xmlrpc attacks blocker 》有多種方法可以防止 XMLRPC 攻擊。, 這個外掛有以下選項:, 第一個選項:, 記錄錯誤和訪問- 用於調試外掛錯誤和訪問 XMLRPC 文件。, 保護選項:, , 禁用 XMLR...。
Pareto Security 》PARETO SECURITY FEATURES(PARETO 安全功能), 厭倦了 WordPress 安全插件的安全性表演了嗎?是時候停止攻擊了!, 首先,WordPress 和大多數其他 CMS 都是使...。
WPDoctor Malware Scanner & Vulnerability Checker & IP blocker with Hack monitor Lite 》總結:這個外掛是由一家日本領先的公司開發的簡單惡意程式檢查外掛,該公司專門從事 WordPress 網站的惡意程式刪除和安全相關業務。這個外掛會從近100萬個惡...。
Smart Copy Protect 》簡單而神奇的 WordPress 複製保護外掛程式。此外掛程式能夠封鎖滑鼠右鍵、Ctrl + C鍵、Ctrl + U鍵和F12鍵的操作。, http://www.sumonhasan.com/smart-copy-pr...。
Secure Folder wp-content/uploads 》印尼語:該外掛將在 wp-content/uploads 目錄下的每個資料夾中放置空的 index.html 檔案,以防止數據被盜取。, 英文:This plugin will place an empty index...。
WP-Sentinel 》WP-Sentinel 是 WordPress 平台的外掛,它可以提高您的部落格對抗來自駭客、 lamers、黑帽駭客等攻擊的安全性。, 這個外掛將在其他安裝的外掛之前被 WordPres...。
Hide Dashboard 》此外掛可隱藏你的 WordPress 網站的登入頁面。這款外掛是 iThemes Security 和 iThemes Security Pro 中隱藏後台功能的獨立版本。, 功能, , 隱藏你的 WordPre...。
WP Guardian 》承接本外掛!, WP Guardian已不再更新開發。如果您願意接手此外掛並繼續開發,請聯繫本外掛作者。, 關於, 使用本外掛非常簡單,因為它被設計成盡可能簡單易懂...。
Secure Uploads 》此外掛可簡單保護您的wp-content/uploads資料夾,避免人們對其進行瀏覽和下載您的內容。, (此外掛改編自Daniel Satria製作的“Secure Folder wp-content/uplo...。
WP Smart Security 》大部分 WordPress 攻擊都是由外掛程式漏洞、弱密碼和過時軟件造成的。 WP Smart Security 可以隱藏這些漏洞所在的位置,讓攻擊者無法瞭解你的網站情況,並遠...。