Benny Powers
Member
Posted 1 year ago #
Hi there,
I use a [dropcap]shortcode[/dropcap] to produce graphical effects in my pages. If I leave strip_shortcodes enabled, then the CONTENT of my dropcap is removed. On the other hand, if i disable strip shortcodes, then I have ugly shortcodes messing up my output.
Can shortcodes be either parsed or ignored without removing their content?
http://wordpress.org/extend/plugins/page-list/
Update your Page-list plugin to version 3.7
and try this shortcode: [pagelist_ext strip_shortcodes="0"] - here your shortcode should execute.
Please, write me back if it worked fine.
Benny Powers
Member
Posted 1 year ago #
Ok sith strip_shortcode="0" it renders the drop cap, but It actually doesn't look so delicious with the drop cap rendered, so i turned strip_shortcodes on, and the content was removed just like before.
As well, with this new version, it seems that image_width is ignored
Thanks for the quick reply! great plugin!