Plugin Author
anmari
(@anmari)
‘not working’ is not very specific.
I’m going to assume that you mean you are still seeing the ‘[ do widget… ‘ in your post content.
In which case most likely your theme is not using wordpress function “the_content()” in posts. (this ensures that filters are applied to the post content)
To prove, temporarily swop to a wordpress default theme. If it works in posts then, then take this up with your theme developer.
Sorry, I mean, the shortcode only work on post type only
but in pages type, the widget not shown or blank like no shortcode.
Plugin Author
anmari
(@anmari)
If ‘blank’ ie you are not seeing the ‘[do_widget..’ then the do_widget is firing and calling your widget. So either the widget does not like bing called in a page (it’s a javascript widget?)
OR you are just not seeing the html: Does your sidebar have a different background and text from your page? User inspect element or view source to see if html is there.
See also
https://ww.wp.xz.cn/plugins/amr-shortcode-any-widget/faq/ for hints on tweaking appearance.