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

Gallery Shortcode Style to Head

描述

Moves the gallery shortcode styles to the head so it doesn’t break XHTML
validation; allows disabling or modifying the default gallery styles.

By default when using the WordPress gallery, the styles are placed into the
post content which breaks XHTML validation. This plugin moves the style into
the head of the page using a look-ahead to determine if the [gallery]
shortcode is used in any posts.

This plugin also gives you the option to modify the default gallery style
CSS or disable the gallery styles entirely (so you can control it from your
template CSS files).

This plugin uses ideas recommended in a patch located at
https://trac.wordpress.org/attachment/ticket/6380/6380-style.diff

Special thanks to
* The original author: Matt Martz, http://sivel.net
* Serbo-Croatian (sr_RS) translation: Borisa Djuraskovic, http://www.webhostinghub.com
* Spanish (es_ES) translation: Ogi Djuraskovic, http://www.webhostinghub.com/

螢幕截圖

  • Plugin settings (under Admin > Settings > Media).

安裝

Installation is just like any other WordPress plugin:

  1. Upload the ‘gallery-shortcode-style-to-head’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Immediately after installation, your galleries should pass W3C XHTML validation.
You can make further adjustments under Admin > Settings > Media.

常見問題

How do I make the WP galleries XHTML compliant?
  1. Just activate the plugin. Nothing else is required.
How do I adjust the default gallery CSS styles?
  1. In WP admin, go to Settings > Media.
  2. Scroll down to “Modify gallery CSS style.'”
  3. Adjust to your liking!
  4. Click “Save Changes.”
How do I disable the CSS styles (so I can control the CSS in my template)?
  1. In WP admin, go to Settings > Media.
  2. Scroll down to “Disable gallery CSS in ‘head.'”
  3. Check the box.
  4. Click “Save Changes.”
How do I reset the gallery CSS styles to default?
  1. In WP admin, go to Settings > Media.
  2. Un-check the setting for “Disable gallery CSS in ‘head’.”
  3. Clear everything in the “Modify gallery CSS style” text field (so it’s totally empty).
  4. Click “Save Changes.” The styles will be reset to default.

評價

2018年1月18日
Works well and is quite unobtrusive. Not needed since WP 3.9 introduced HTML5 based galleries.
閱讀全部1個評價

貢獻者及開發者

“Gallery Shortcode Style to Head” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Gallery Shortcode Style to Head 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.4 (2015-03-02):

  • Plugin is now translateable.
  • Code cleanup and support for latest WordPress.
  • Serbo-Croatian (sr_RS) translation by Borisa Djuraskovic, http://www.webhostinghub.com.
  • Spanish (es_ES) translation by Ogi Djuraskovic, http://www.webhostinghub.com/.

2.3 (2013-03-08):

  • Corrected ‘undefined varibale’ notice and RTL language detection.
  • Now requires WordPress 3.0 or higher.

2.2 (2012-12-11):

  • Support for WordPress 3.5 and its improved galleries.

2.1 (2011-01-15):

  • Removed clearing br tags in galleries (replaced with clearing div tags).
  • Corrected bug that threw a cryptic error on the media page for some users.
  • Support for WordPress 3.1; now requires WordPress 2.9 or higher.

2.0 (2010-05-02):

  • New gallery style settings on the Admin > Settings > Media page.
  • Ability to modify the default gallery styles.
  • Ability to disable the default styles entirely (so you can style the gallery in your template CSS).
  • Support for WordPress 3.0; now requires WordPress 2.7 or higher.

1.3 (2010-02-09):

  • Re-Sync with WordPress 2.9 gallery code for support of the new ‘include’ and ‘exclude’ options.

1.2 (2009-09-20):

  • Corrected function of ‘Link thumbnails to…’ setting on galleries when this plugin is enabled.

1.1 (2008-09-22):

  • Added filter so that the default style can be overridden.

1.0 (2008-08-27):

  • Initial Public Release