前言介紹
- 這款 WordPress 外掛「Snillrik Settings」是 2022-10-25 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2025-04-17,距離現在已有 16 天。
- 外掛最低要求 WordPress 4.5 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
widgets | comments | guteberg | customizer | common settings |
內容簡介
這個 WordPress 外掛讓你輕鬆開啟和關閉某些設置,這些設置通常需要使用 WordPress 的擴展、程式碼修改或過濾器來實現。
關閉 Gutenberg 編輯器
可以關閉默認的編輯器,改用經典編輯器。
關閉新小工具
可以關閉新版的小工具,改用經典小工具。
關閉評論
可以關閉評論,包括前端和管理後台。不會刪除舊有的評論。
登錄頁面重定向
可以選擇一個頁面,登錄後會自動重定向到該頁面。管理員仍會被重定向到 wp-admin 管理員面板。
登出頁面重定向
可以選擇一個頁面,登出後會自動重定向到該頁面。
資料檔案頁面重定向
可以選擇一個頁面,並將個人檔案連結重定向到該頁面(例如管理工具列中的連結)。
頁面標題
可以使用 filter the_title 函數,在內容中有一個 H1 標籤時不顯示標題。這個設置的想法是,如果你想在標題之前加上大圖片或其他內容,只需在想要的地方添加一個 H1 標籤,就可以隱藏自動產生的標題了。
前端工具列
可以不在前端顯示管理工具列。
電子郵件
可以將所有電子郵件全部重定向到管理員電子郵件地址,以確保客戶或用戶不會收到電子郵件。
通常主要用於開發和測試。
默認電子郵件帳號
可以設置所有從網站發送的電子郵件的默認名稱和電子郵件地址,例如 [email protected] 郵件。
XMLRPC
可以關閉 xmlrpc.php 文件。XMLRPC 用於與 WP 進行通信,大多數情況下不需要使用,但黑客可以通過它攻擊你的網站。
WooCommerce
如果網站上啟用了 WooCommerce,可以選擇在“添加到購物車”後重定向到結帳頁面,跳過購物車部分。
獲取 WordPress 自定義工具列
在像 Twentytwentytwo 這樣的佈景主題中,很難找到自定義工具列的連結。這會將它添加到外觀下的下拉菜單中,便於使用。
原文外掛簡介
To easily turn on and off some settings that often is done with hooks, hacks or filters in WordPress.
Turn off Gutenberg
To turn off the default editor and use classic instead.
Turn off new Widgets
To use classic widgets instead of the new.
Turn off comments
For turning off the comments, both the fronten and in admin. Does not delete old comments.
Redirect login
Select a page to redirect to after logging in. Admins will still redirect to wp-admin.
Redirect logout
Select a page to redirect to after logging out.
Redirect profile
Select a page to redirect the profile link to, (the one in the admin bar etc.)
login logo
Use the logo set in the customizer as login logo. If no logo is set, it will use the default logo.
Titles on pages
Filter the_title -function to not show a title if there is a H1 in content. The Idea is that if you have a large image or other stuff that you want above the title, you just add a H1 where you want it and the automatic one will not be shown.
Admin toolbar in frontend
Does not show the toolbar in fronted. You can select witch roles that should still see it.
E-mails
Redirect all emails to admin to ensure that customers or users get no emails.
Probably mostly used for development and testing.
Default email
Set the default name and email address for all emails sent from the site. ie the [email protected] mail.
XMLRPC
Turn off xmlrpc.php xmlrpc is used to communicate with WP and is mostly not used, but it is a way for haxxor type people to attack your site.
Speculative loading
This turns off, or sets the mode and eagerness, of the Speculative loading of the page. This is a new feature in WP 6.8 that loads the page before you click on it.
While it’s mostly a good feature, but i might need some tweaking or turning off.
WooCommerce
If WooCommerce is active on the site, you can choose to redirect to Checkout after “add to cart”, so skipping the cart-part.
A very simple honeypot-function for the register form.
Get the WordPress customizer back
In themes like the Twentytwentytwo it’s really hard to find the link to the customizer. This adds it under Appearance, …where he belongs!
Colors for Categories.
Add a color field to the category to be able to add a color to the category. you get it by using something like this:
get_term_meta( $post_term_id, ‘category_color’, true )
It has a filter for what taxonomies to use, so it can be used for other taxonomies than categories.
add_filter(“snset_categories_for_categorycolor”, function ($taxonomies) {
$taxonomies[] = “dude-type”;
return $taxonomies;
}, 10, 1);
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Snillrik Settings」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Kirki Customizer Framework 》 , 新增 -現在可使用 Kirki PRO , Kirki讓佈景主題開發者更快速、更輕鬆建立佈景主題。, Kirki 提供超過 30 個自訂控制,範圍從簡單的滑桿到具有 Google ...。
Customizer Export/Import 》自訂面板匯出/匯入, 自訂面板匯出/匯入外掛讓您能夠直接從自訂面板界面匯出或匯入您的 WordPress 自訂設定!如果您的佈景主題使用 WordPress 自訂面板進行設...。
Custom Login Page Customizer 》Custom Login Page Customizer 外掛可讓您輕鬆地從 WordPress Customizer 自訂您的登入頁面!在儲存之前,您可以預覽自訂的登入頁面變更!太棒了,對吧?, , ...。
Customizer Search 》是否使用使用 WordPress 自訂樣式主題?那你一定會喜歡這個外掛!不再花時間找尋設定,只需要搜尋你想要的設定項目,就可以立即前往該設定。, 適用於所有 Wor...。
Clever Fox 》Clever Fox外掛程式專為由 Nayra Themes 製作的免費主題增加功能。有超過60,000個受信任的使用Nayra Themes的網站。它為您的網站提供直覺式功能。與Clever Fo...。
Nimble Page Builder 》Nimble Page Builder 是什麼?, Nimble Page Builder 是一個針對 WordPress 的快速靈活的頁面建構外掛。Nimble Builder 使用 WordPress 原生、強大的介面以即...。
Custom Login Page Customizer – Login Designer 》tion, , Customize the checkbox on the login page., Checkbox customization options include Background Color, Border Size and Color, Radius, Size, Ma...。
Central Color Palette 》這個外掛可以讓您管理網站上的中央色彩調色板,以實現統一的外觀和風格。新版的區塊編輯器和主題自訂器支援此調色板,而且傳統的編輯器也支援此功能。您可以...。
ThemeHunk Customizer 》ThemeHunk Customiser 外掛程式可以讓您增加推薦訊息、團隊與服務區塊的功能。這些功能將會顯示在網站的前端頁面上。。
TJ Custom CSS 》這款外掛將在管理頁面啟用自定義 CSS 管理器,讓您可以添加自訂的 CSS 代碼到您的 WordPress 網站。它會自動覆蓋任何主題或外掛的預設樣式。如果您想要為您的...。
Styles 》WordPress擁有許多漂亮的佈景主題,但個性化設計可能會很困難且耗時。Styles外掛能改變這點,提供一致的使用者介面-WordPress佈景主題自訂器。Styles能讓你...。
Hueman Addons 》這是一個針對 Hueman WordPress 主題所設計的外掛程式。, 該外掛程式名為 Hueman Addons,包含了一些酷炫的功能,例如社交分享列和實用的簡碼。, 該外掛程式...。
Homepage Control 》使用 Homepage Control 外掛,任何採用「homepage」或其他钩子(hook)在首頁上顯示組件的佈景主題,可以更好地進行配置。重新排序或禁用佈景主題新增的任何首...。
Fourteen Colors 》不喜歡綠色和黑色嗎?喜歡 Twenty Fourteen 的版面配置,但需要調整顏色來符合你的品牌嗎?沒有時間創建子佈景主題,或者想要在沒有技術負擔的情況下定期改變...。
eCommerce Companion 》電子商務 Companion 是為了 Seller Theme 所開發的 WordPress 外掛。此外掛設置的前台區塊包括導航、資訊、幻燈片、分類、產品和部落格。使用此外掛可以輕鬆...。