Skip to content

Post Excerpt/Intro not working? #3

@AlexAscherson

Description

@AlexAscherson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions