-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels