<! - [slideshow] ->
< p > < label > Title of the first slide < / label > Text of the first slide ... < / p >
< p > < label > Title for second slide < / label > Text for second slide ... < / p >
< p > The text of the third slide ... no title < / p >
< img src = "/wp-content/uploads/yyyy/mm/image01.jpg" alt = "Slide number four is the picture" / >
<a href = "/ wp-content/uploads/yyyy/mm/image02.jpg" title = "Slide number five" /> This is a link to the picture, and it will be loaded automatically < / a >
<! - [/ slideshow] ->
<! - [slideshow] [% options%] ->
< img src = "/wp-content/uploads/yyyy/mm/image01.jpg" alt = "Caption 1" / >
< img src = "/wp-content/uploads/yyyy/mm/image02.jpg" alt = "Caption 2" / >
< img src = "/wp-content/uploads/yyyy/mm/image03.jpg" alt = "Caption 3" / >
<! - [/ slideshow] ->
effect:"random",
play:1,
playframe:0
Source: https://habr.com/ru/post/48516/
All Articles