SC Shortcodes
SC Shortcodes: Shortcodes útils per a la web de Softcatalà
by Xavi Ivars · github.com/softcatala/sc-shortcodes · website
★ 0stars
218composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/softcatala/sc-shortcodes/archive/refs/heads/master.zipAlso on Packagist as softcatala/sc-shortcodes:
composer require softcatala/sc-shortcodesFrom the readme
sc-shortcodes
This WordPress extension adds the possibility to create complex lists based on specific styles. Each type of list has a specific name and properties.
List types
llista-icones
Available options: gris, blanc, blancgris
Examples:
[llista-icones color="blancgris"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones]
[llista-icones color="blanc"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones]
[llista-icones color="gris"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones]
llista-links
Example:
[llista-links]
icon|Element title|url
icon|Element title|url
icon|Element title|url
icon|Element title|url
icon|Element title|url
[/llista-links]
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.