Changeset 2110751
- Timestamp:
- 06/23/2019 04:53:25 AM (6 years ago)
- Location:
- wp-show-more
- Files:
-
- 2 edited
-
branches/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-show-more/branches/readme.txt
r1990885 r2110751 4 4 Tags: show more, more, less, read more, read less 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 06 Tested up to: 5.2.2 7 7 Stable tag: 1.0.7 8 8 License: GPLv2 or later … … 32 32 == Installation == 33 33 34 All you have to do is upload the plugin within your Wordpress Plugins menu and activate it. 35 Then, you can add the shortcode everywhere you want (pages, posts, widgets etc): 34 All you have to do is upload the plugin within your Wordpress Plugins menu and activate it. 35 Then, you can add the shortcode everywhere you want (pages, posts, widgets etc): 36 36 37 <strong>[show_more more="show more" less="show less"] Your hidden Content [/show_more]</strong> 37 <strong>[show_more more="show more" less="show less"] Your hidden Content [/show_more]</strong> 38 38 39 39 Of course, you can customize the text "show more". … … 69 69 70 70 = How can I change the Font Size? = 71 Set the parameter <strong>[size=“120”]</strong> (for example 120 = 120%) 71 Set the parameter <strong>[size=“120”]</strong> (for example 120 = 120%) 72 72 73 73 == Screenshots == -
wp-show-more/trunk/readme.txt
r1990896 r2110751 4 4 Tags: show more, more, less, read more, read less 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 06 Tested up to: 5.2.2 7 7 Stable tag: 1.0.7 8 8 License: GPLv2 or later … … 32 32 == Installation == 33 33 34 All you have to do is upload the plugin within your Wordpress Plugins menu and activate it. 35 Then, you can add the shortcode everywhere you want (pages, posts, widgets etc): 34 All you have to do is upload the plugin within your Wordpress Plugins menu and activate it. 35 Then, you can add the shortcode everywhere you want (pages, posts, widgets etc): 36 36 37 <strong>[show_more more="show more" less="show less"] Your hidden Content [/show_more]</strong> 37 <strong>[show_more more="show more" less="show less"] Your hidden Content [/show_more]</strong> 38 38 39 39 Of course, you can customize the text "show more". … … 69 69 70 70 = How can I change the Font Size? = 71 Set the parameter <strong>[size=“120”]</strong> (for example 120 = 120%) 71 Set the parameter <strong>[size=“120”]</strong> (for example 120 = 120%) 72 72 73 73 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.