Creating a profile links custom post type with ACF fields

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