Thanks Ernest for coming back to me.
If you take a look at my ‘community.php’ page template file. You can see on line 343 onwards how I had set up the Custom Fields and passed in the Social Media URL’s before installing this plugin.
Basic while loop.
I have pasted your code into my functions.php file but it has had no effect. When I view the source code I am unable to locate the ‘social-icons’ div.
What I am trying to achieve here is the social HTML icons under each Angler. However, stored in WordPress are unique URL’s for each Anglers social media feed.
This is why I was previously using a loop in combination with the ACF plugin. To output the following.
(see image, this text field is breaking my code)
Under each Angler there were listed 4 social media icons, and the href for each icon was unique to the custom field inputted inside of that Anglers post in the backend of WordPress.
I hope this makes more sense.
- This reply was modified 7 years, 11 months ago by Brett Golding.
- This reply was modified 7 years, 11 months ago by Brett Golding.
- This reply was modified 7 years, 11 months ago by Brett Golding.