Hello Everyone!
I am creating a custom wordpress site. I have an articles page that is looping through all of my articles using airtable as an api and cURL. When I click on the link for one of the articles, I would like it to bring me to that article’s specific page (dynamic template page).
How can i create a link that will grab the information for that specific airtable record?
Issue is that i would normally have to do record[‘0’][‘fields’][‘Name’]
however, since my page is dynamic, i cannot put the specific array [‘0’].