
內容簡介
這個外掛讓你可以輕鬆地在一輪中添加任意多的標籤,我在本地端測試時添加了1000個標籤,一切都運作良好。
你也可以透過以下格式指定一個 slug:標籤名稱,slug。一個工作的範例如下:
tag1
tag2,slug2
如果你沒有指定 slug,標籤名稱會當作 slug 使用。例如,上面的例子中,會插入兩個標籤,分別是 tag1(slug 為 tag1)和 tag2(slug 為 slug2)。
你也可以編輯一個用於修改插入標籤的函式,如果你想編輯該函式,請前往此外掛程式安裝的目錄,然後進入 admin 目錄,開啟 filter-tags.php 檔編輯那個函式。
你可以在此外掛的設定頁面看到該函式,但該頁面只能讀取,以確保標籤以你期望的方式被修改。
外掛標籤
開發者團隊
原文外掛簡介
This plugin enables you to easily add as many tags as you wish in one round, i tested it on my localhost to add 1000 tag and everything worked fine.
you can also specifiy a slug by using the following format tag,slug, a working example will be:
tag1
tag2,slug2
When you don’t specifiy a slug the tag name will be used as the slug, so in the previous example 2 tags will be inserted tag1 with tag1 as the slug,and tag2 with slug2 as the slug
You can also edit a function that will be used to modifiy the tags you insert, if you wish to edit that function go to the directory where this plugin was installed and then to the admin directory, open the filter-tags.php file and edit that function.
You will see that function in this plugin’s settings page, however it will only be read-only so you can make sure that the tags will be modified as you expect them to be.
