How can I bring through specific text from a post as a Looper Consumer?

Hi there

I have posts that consist of a heading, an image, some paragraphs of text and a button (the first paragraph of text is set to h4 so it appears as a subheading). I have another page using Loopers to output some of this information. I have the heading and image setup as Consumers (Featured Image and The Title respectively) and they are outputting fine. My issue is, I would also like the first paragraph of text (that I have looking like a subheading) to be output. I currently have this coming through using The Excerpt consumer, but in order for this to show fully, and not show any of the other text that’s below this paragraph, I have to specify a word count. This is fine for the first post, but other posts will have different subheading word counts. Is there a way for me to specify this paragraph of text on the post page then bring it through to the other page using a different Looper Consumer?

Hello @rhinotago,

Thanks for writing to us.

Regretfully there is no option at the moment. I would suggest you use the meta field to store the content. You can use our bundled plugin called ACF for that meta field. After saving the data into pages/posts you can retrieve the data using dynamic content code.

In case if you have not seen the ACF doc please have a look at our ACF doc

You can also check out the ACF doc here as well.

Hope it helps
Thanks for understanding

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.