Home › Forums › Add-ons › Flexible Content Field › Flexible Content Row Bookmarks › Reply To: Flexible Content Row Bookmarks
Most themes using ACF are custom and don’t get updated. There is nothing built in to ACF that to modify the content and markup of your a site. There are a few themes that use ACF, but most developers that use ACF are building custom themes.
The solution you have is what I was beginning to suggesting, but without the details I was asking for I could only go so far.
The only difference in what you did and what I would have suggested is that I probably would have used an existing field
$staffname = get_sub_field('name');
$id = preg_replace('/[^a-z0-9]+/' '-', strtolower($staffname));
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
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 Privacy Policy. If you continue to use this site, you consent to our use of cookies.