這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Site-settings

描述

Site-settings is an official plugin maintained by the Coderstime team that adds an extra feature on the “Settings” option on the admin dashboard. It makes it possible to use plugins that extend that screen, add clean meta boxes.

Site Settings is an official Coderstime plugin, and will be fully supported and maintained until at least 2022, or as long as is necessary.

At a glance, this plugin adds the following:

Administrators can make the default changes for all users. The form includes the change in the site’s logo, title, tagline, email, phone, address, copyrighted text along with the change in the social media links that are to be posted in the website.
When allowed, the plugin will ask for information to change and once the changes are submitted, there will be a confirmation box to alert the admin. Only admin will have the privilege to make all the necessary changes.
Each post opens in the last editor used regardless of who edited it last. This is important for maintaining a consistent experience when editing content.

By default, this plugin hides all functionality available in the new block editor (“Gutenberg”).

Usage

to get site Logo url just use this shortcode

    [ss_option size="full"]site_logo[/ss_option]

to show site name just use this shortcode

    [ss_option]blogname[/ss_option]

to show site Description just use this shortcode

    [ss_option]blogdescription[/ss_option]

to show site Email just use this shortcode

    [ss_option]site_email[/ss_option]

to show site Phone just use this shortcode

    [ss_option]site_phone[/ss_option]

to show site Address just use this shortcode

    [ss_option]site_address[/ss_option]

to show Site Tags just use this shortcode

    [ss_option]site_tags[/ss_option]

to show Site Tags with tag link just use this shortcode

    [ss_option link="true"]site_tags[/ss_option]

to show Site Facebook link just use this shortcode

    [ss_option]site_facebook[/ss_option]

to show Site Twitter link just use this shortcode

    [ss_option]site_twitter[/ss_option]

to show Site Instagram link just use this shortcode

    [ss_option]site_instagram[/ss_option]

to show Site Youtube link just use this shortcode

    [ss_option]site_youtube[/ss_option]

Don’t Know Shortcode ?

WordPress Shortcode

螢幕截圖

  • Site Settings Panel
  • Site Settings Menu

安裝

For installation, it is quite easy. Anyone can install it from the the plugin repository and afterwards can be found in the install new plugin section. Once installed, it will require activation from the admin. Later, the plugin form can be found in the settings option as Site settings.

常見問題

When activated this plugin will allow the admin to make changes in the custom fields.
These settings can be changed at the Settings => Site-Settings.

評價

2021年3月4日
It’s very basic plugin, helps me to start with this. It’s very simple to basic information save and show in my theme.
閱讀全部1個評價

貢獻者及開發者

“Site-settings” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Site-settings 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.0

  • product_tags change to site_tags
  • add Post tags with product tags
  • show tag list with tag link
  • fix bug
  • activate plugin with default data
  • Documentation and community support tab

1.0.1

  • Default Logo
  • Shortcode system upgrad
  • select2 file location change

1.0.0

  • Initial release.