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

Add Code To Head

外掛說明

Intended users: Template Designers, Developer

If you wish to add any custom HTML to the bottom of each page’s head, then this plugin is for you. For example, you can add some custom CSS, a link to an external javascript file or something else.

The problem with editing the template directly is if you ever update the template, your changes will be lost. This plugin works around this issue.

Acknowledgements

Plugin Icon (CC BY 3.0) by DeniShop

螢幕擷圖

  • Options screen

安裝方式

Via your Blog’s install plugin option

  • Click the big ‘Install Plugin’ button in the plugin description window

Upload

If you have a single file (ending in “.zip”), then use this method.

  1. From the plugins, add new, click on the upload button
  2. Navigate to where the .zip file is located and select it
  3. Make sure to activate the plugin once it is installed

Files

If you have multiple files in a directory, use this method.

  1. Upload the entire directory (not just the files) to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Q. Why aren’t my codes being added to the absolute end of the head?

Another plugin or the theme is adding their own codes to the head after this plugin runs.

Q. I don’t know HTML/Javascript/CSS; can I still use this plugin?

Yes, but you may easily get confused and mess up your whole site. It is better to learn the code first before you use this plugin.

Q. Help! I messed up my whole site!

Disable the plugin. If your site is still messed up, then there’s some other problem.

Q. I disabled your plugin and the problem went away. Now what?

The problem lies in whatever you typed/pasted into this plugin’s option screen. If you’re really stuck, then try clearing out the code and starting over.

Q. Help! I accidentally erased the code and I didn’t mean to do that.

Similar to how widgets work, that data is stored in your database. If you made a backup before you deleted the data, then you can restore it that way, otherwise it is gone.

Q. How do I apply code to only a certain page or pages?

Right now you cannot. If there is sufficient demand, then we’ll add it.

Q. Can I ask for additional functionality?

Absolutely!

使用者評論

2016 年 10 月 22 日
used this plugin to add some google code to <head></head>
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Add Code To Head〉的開發相關工作。

參與者

將〈Add Code To Head〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.15

  • Tested compatibility up to WP 5.7.2
  • Reformatted script: converted tabs to spaces

1.13

  • Tested compatibility up to WP 4.6.1

1.11

  • Name changed to (hopefully) reduce confusion.

1.10

  • Screenshot updated
  • Compatibility with latest WordPress

1.09

  • Readme file added

1.07

  • Original release