Creating a profile links custom post type with ACF fields

property hive is active and this is the block!

Price:
Warning: Undefined property: stdClass::$price_formatted in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 30

Bedrooms:
Warning: Undefined property: stdClass::$bedrooms in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 31

Bathrooms:
Warning: Undefined property: stdClass::$bathrooms in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 32

Property Type:
Warning: Undefined property: stdClass::$property_type in /nas/content/live/gomo/wp-content/plugins/gomo-acf-plugin/blocks/gomo-property-hive-features/template.php on line 33

Step 1: Create the Custom Post Type using ACF

For this I just called the CPT ‘Profile’

Allows Editor for the profile description and a featured image for the profile picture

Step 2: Create the link fields using ACF

We create a repeater field and linked it to our Profile CPT

Inside the repeater we have Link URL (required), Link text and Link Icon (image).

Step 3: Add some profiles

Just adding some content to make the next steps doable.

Step 4: Create the Archive Template for the Profile CPT

Step 5: Create the Archive Template for the Profile CPT