Astro is the web framework for building content-driven websites like blogs, marketing, and e-commerce. Astro is best-known for pioneering a new frontend architecture to reduce JavaScript overhead and complexity compared to other frameworks. If you need a website that loads fast and has great SEO, then Astro is for you.
Did you know that you can display meta fields with the ACF Shortcode.
(FYI, this only works for simple text-based values)
Using something like this:
###
Year founded: [acf field="founded" ]
CEO/founder: [acf field="ceo" ]
Website: [acf field="website" ]
###
Will become this:
Year founded: 2020
CEO/founder: Fred Schott
Website: www.astro.build
Astro is an all-in-one web framework. It includes everything you need to create a website, built-in. There are also hundreds of different integrations and API hooks available to customize a project to your exact use case and needs.
Some highlights include: