このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.

FAQ

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 reply
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.