www.advancedcustomfields.com Open in urlscan Pro
34.193.133.13  Public Scan

Submitted URL: http://advancedcustomfields.com/
Effective URL: https://www.advancedcustomfields.com/
Submission Tags: tranco_l324
Submission: On October 29 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * ADVANCED CUSTOM FIELDS

 * 
 * Documentation
 * PRO
 * Blog
 * Support
 * Account
 * Purchase


EDIT SMARTER WITH


ADVANCED CUSTOM FIELDS
FOR WORDPRESS DEVELOPERS.

Edit smarter with


CONTENT EDITING MADE EASY

Use the Advanced Custom Fields plugin to take full control of your WordPress
edit screens & custom field data.

Learn more View pricing

Proudly powering 2+ million websites and
achieving a 5 star rating!


ADD FIELDS ON DEMAND

Our field builder allows you to quickly and easily add fields to WP edit screens
with only the click of a few buttons!


ADD THEM ANYWHERE!

Fields can be added all over WP including posts, users, taxonomy terms, media,
comments and even custom options pages!


SHOW THEM EVERYWHERE!

Load and display your custom field values in any theme template file with our
hassle free developer friendly functions!


SIMPLE & INTUITIVE

Create a field group, add your fields and define the location rules.

Presto! Your fields have appeared and are ready for content.

Learn more View pricing


MADE FOR DEVELOPERS

At the core of the Advanced Custom Fields plugin is the simple and intuitive
API.

Use functions like get_field() and the_field() to quickly build powerful
templates.

View functions

single.php

<h1><?php the_title(); ?></h1>

<?php if( get_field('sub_heading') ): ?>
    <h2><?php the_field('sub_heading'); ?></h2>
<?php endif; ?>

<div class="hero">
    <?php $image = get_field('hero_image'); ?>
    <img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />
</div>

<?php if( have_rows('event') ): ?>
    <ul>
    <?php while( have_rows('event') ): the_row(); ?>
        <li>
            <a href="<?php the_sub_field('url'); ?>"><?php the_sub_field('title'); ?></a>


ALL ABOUT FIELDS

With over 30 field types included (and hundreds user created),
custom field management couldn’t be easier or look any better!

View field types Make your own


EXTENSIVE DOCUMENTATION

We provide a content rich resource library with code examples, tutorials and
guides! Learn about fields, functions, actions, filters & more.

Start reading


HELPFUL SUPPORT

We offer free support to all ACF users! Browse and post in our ever growing
community forum or contact our friendly support team.

Visit support


PROFESSIONAL FEATURES

Need repeatable data, page building tools, galleries or custom admin pages? Be
sure to checkout our professional version!

Learn more


GET STARTED TODAY

Download the Advanced Custom Fields plugin and find out just how easy your
project can be!

View pricing


ABOUT

 * PRO
 * Blog
 * Account


HELP

 * Docs
 * FAQs
 * Forums
 * Contact
 * Changelog


COMMUNITY

 * WordPress
 * Github
 * Twitter
 * AwesomeACF
 * Elliot Condon


NEWS

> Aaand we're back! 😅
> 
> On a shiny new server managed by @spinupwp. The site is notably faster too
> 💪https://t.co/Y2VnyhB99a
> 
> — Advanced Custom Fields (@wp_acf) October 14, 2021

--------------------------------------------------------------------------------

© 2021 Delicious Brains Inc. All rights reserved.

Privacy Policy | Terms and Conditions

We use cookies to offer you a better browsing experience, analyze site traffic
and personalize content. Read about how we use cookies and how you can control
them in our Cookie Policy. If you continue to use this site, you consent to our
use of cookies.

Got it