Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Show/Hide Shortcode

Opis

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.

Snimke zaslona

  • Example view of the block editor.

ČPP

Where do I need to click?

Use the block editor 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 argument show_caption:
[showhide show_caption=”Do you want to know more?”]
Your Content
[/showhide]
Similarly, use the hide_caption attribute to change the “Show less…” default caption.

Recenzije

21. srpnja 2021.
No clutter, it simply works as it is intended. It would be better though if you could write this in vanilla JavaScript rather than relying to jQuery.
Pročitajte sve 2 recenzije

Suradnici i Programeri

“Show/Hide Shortcode” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Show/Hide Shortcode” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.0

  • Initial Release