Inject CTA Into Post Content

Hey all!

New to Bricks here but really loving it so far. I am currently working on building out a single post template and I’m pulling in “Post Content” from the Wordpress default editor.

I’m wondering if there is a way to “inject” a call to action into the middle of the post content somehow automatically.

My ideal set up for a single post would be:

  1. Hero/post title
  2. First half of post content
  3. Dynamic CTA
  4. Second half of post content

The use case for this would be if I have an article about a specific topic (marketing, let’s say), I’d want to have a CTA in the middle of the article that says something like “Check out our 2025 marketing guide!” and link to it. But if the article was about something other than marketing, then the CTA would be something different.

I’m using ACF as well, so I’d love to eventually have tags that determine what CTA is shown.

Sorry if I’m not explaining this correctly. I tried searching for it but I couldn’t really figure out the right terminology for what I’m looking for.

Any help is greatly appreciated!

UPDATE: I figured out a method of doing this (kind of), so putting it here in case anyone needs to do it too.

In ACF, I created a field group containing Article Intro, Article Part 1, Article Part 2, Article Outro. And then instead of using “Post Content” in the template, I used “Rich Text” blocks and added in the dynamic data from each of the fields I created in ACF.

So now I can dynamically add CTAs in between the intro, part 1, part 2, or the outro!