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
Another quick one. I cant seem to get the article intro/standfirst working correctly. Seems like it should be coming from the post excerpt but testing it on a new wordpress install it seems like this isnt happening.
I found dropping this into builders/class-components fixed the problem for me:
Hi guys,
Another quick one. I cant seem to get the article intro/standfirst working correctly. Seems like it should be coming from the post excerpt but testing it on a new wordpress install it seems like this isnt happening.
I found dropping this into builders/class-components fixed the problem for me:
if ( $this->content_intro() ) { $components[] = $this->get_component_from_shortname( 'intro', $this->content_intro() )->to_array(); }
Is this a bug or am I doing it wrong?
The text was updated successfully, but these errors were encountered: