A little bit of context ahead of the question. My company’s website was developed by a third party using WordPress and a custom theme they developed. We were locked out of doing a ton with it due to how they developed it, but we are taking back control and looking to make some updates.
One of our pages is using Advanced Custom Fields with an image, header, and text.
I am trying to improve our SEO and set up links on some of the headers to direct to other pages on our site, but for the life of me I can’t find anywhere in the ACF settings to add hyperlinks to the headers or within the text boxes.
Any assistant getting me pointed in the right direction would be massively appreciated!
[ad_2]
If the dev’s used ACF + a custom theme, then that generally means they created custom templates for your site pages, which can be found in /wp-content/themes/[your them name]/
You can find the settings for ACF in the ACF menu.
*”I am trying to improve our SEO and set up links on some of the headers to direct to other pages”* – try `header.php` in the folder I mentioned above.
Go to your ACF field groups. Identify the field names in question, each custom field have a unique name. Now go into your theme folder and search for that field name. It could be in functions.php or some other PHP file.