Here is an example of using html inside a shortcode attribute:
[expand title='HTML Title']Here is some content[/expand]
HTML Title
Here is some content
As of 1.8.4 this will no longer work. Instead we need to use the tag attribute: [expand tag='span' title='Non HTML Title']Here is some content[/expand] Non HTML Title
Here is some content
Here is a test also using HTML in the swaptitle attribugte [expand title='HTML Title' swaptitle='Hey Dude']Here is some content[/expand]
this is a test that will show nested collapse elements with a twist: only the first sub element will be shown. once it has been expanded, the next expand element will be displayed… and so on until the all elements visible.
Warning: Undefined variable $url in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/archive-pro-matic/archive-pro-matic.php on line 624
Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/spacedonkey.de/httpdocs/wp-includes/functions.php on line 1147
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/spacedonkey.de/httpdocs/wp-includes/functions.php on line 1154
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/spacedonkey.de/httpdocs/wp-includes/functions.php on line 1157
Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/spacedonkey.de/httpdocs/wp-includes/functions.php on line 1164
Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/spacedonkey.de/httpdocs/wp-includes/functions.php on line 1167
This is a test for displaying archive-pro-matic category archives.
The placeholder attribute is used to add the print-me data to the page when print trigger and target will be added dynamically, for example: via AJAX or a Modal Window.
[print-me target="#print_me" placeholder="true"/]
This will not add the trigger to the page, just the targeting info for when the trigger is later displayed.