You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In blocks.wp-a2z the widget areas are mostly populated by shortcodes.
These don't appear to work in the template parts used in Full Site Editing.
Is this a limitation of Full Site Editing or am I doing something wrong?
Answer: Something wrong.
I added a shortcode to the content of the page and they all started expanding.
It looks like I'll need to implement some logic to ensure shortcodes are enabled when it's a FSE theme.
It could be as simple as do_action( "oik_add_shortcodes" ); in functions.php
The text was updated successfully, but these errors were encountered:
In blocks.wp-a2z the widget areas are mostly populated by shortcodes.
These don't appear to work in the template parts used in Full Site Editing.
Is this a limitation of Full Site Editing or am I doing something wrong?
Answer: Something wrong.
I added a shortcode to the content of the page and they all started expanding.
It looks like I'll need to implement some logic to ensure shortcodes are enabled when it's a FSE theme.
It could be as simple as
do_action( "oik_add_shortcodes" );
in functions.phpThe text was updated successfully, but these errors were encountered: