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

Horizontal Line Shortcode

外掛說明

Instead of shifting to the text editor, inserting the < hr > tag, shifting back to the visual editor, with a chance that you delete the < hr > tag by mistake. You can now simply add shortcode [hr] anywhere, and multiple times, in your content in the Visual Editor to insert a horizontal line.

This will make your content mark-up mucher easier to read and manage in the backend.

Additionally you can also add top and buttom margin to the horizontal line. Please see the FAQ for more information how to do it using shortcode parameters.

螢幕擷圖

  • Post or page with the [hr] shortcode within the text.
  • The output on the front-end.
  • Post or page with the [hr] shortcode with parameters within the text.
  • The output on the front-end.

安裝方式

  1. Upload ‘horizontal-line-shortcode’ file to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Create a new post or page
  4. Add a title
  5. Place the shortcode [hr] in the post or page’s content area anywhere in your content once or multiple times different places.
  6. Click “Update”.
  7. Now, view the post or page.

常見問題集

What shortcode should I use to display the horizontal line

[hr]

How can I add top and bottom margin

[hr margin-top=”50″ margin-bottom=”30″]

Do I need to add ‘px’ after my top and botto margin value

No, you can simply add:

[hr margin-top=”50″]

使用者評論

2016 年 9 月 3 日 1 則留言
I like this plugin. Use of [hr] tag is super simple. Thanks
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Horizontal Line Shortcode〉的開發相關工作。

參與者

將〈Horizontal Line Shortcode〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Initial release.