Mô tả
This plugin allows you to easily add “Show more…” links to your site. Just enclose the content to be hidden between [showhide]
and [/showhide]
. There is no modification to the backend or fancy editor. Hence the code for this plugin is minimal and the plugin should be easy to review for security issues as well not impact performance.
Ảnh màn hình
Hỏi đáp
-
Where do I need to click?
-
Use the block editor to add two blocks:
[showhide]
and[/showhide]
. Everything in between will be hidden and a link “Show more…” is displayed. When clicked, the hidden content is revealed. -
Can I change the default “Show more…” text?
-
Yes, the
[showhide]
shortcode accepts the argumentshow_caption
:
[showhide show_caption="Do you want to know more?"]Your Content[/showhide]```
hide_caption` attribute to change the “Show less…” default caption.
Similarly, use the
Đánh giá
Người đóng góp & Lập trình viên
“Show/Hide Shortcode” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Show/Hide Shortcode” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.1
- Updated “Tested up to” field to reflect current
- Addresses XSS vulnerability in
show_caption
andhide_caption
arguments
1.0.0
- Initial Release