Weird case of theme and widget not working
-
I can not get widgets o show in my page.
I have this content in page page [do_widget id=cart66cartwidget-4] also tried with simple text boxes) but they do not show
Normal shortcodes work though.
I had to fix the theme to support shortcodes myself though, so where it simply before posted the content the code is now
$s = $post_content->post_content; $s = strip_shortcodes($s); echo $s; do_shortcode( get_the_content() );
Can you guys see what i may be doing wrong since the widget does not show itself when shown this way? (The widget does work if e.g. put into the footer)
https://www.ads-software.com/plugins/amr-shortcode-any-widget/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Weird case of theme and widget not working’ is closed to new replies.