From 8a5495f9ef49b5ecfe36ac6244db2ef9934df423 Mon Sep 17 00:00:00 2001 From: Luke Carl Hartman Date: Fri, 6 Sep 2024 09:53:46 -0700 Subject: [PATCH] medEng timber ACF article --- _posts/2023-05-21-mediaengagement.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-05-21-mediaengagement.md b/_posts/2023-05-21-mediaengagement.md index 53069c1..2d35e84 100644 --- a/_posts/2023-05-21-mediaengagement.md +++ b/_posts/2023-05-21-mediaengagement.md @@ -37,6 +37,8 @@ For more in depth detail see [Technical Docs - First Day on the Job](/mediaengag - Read [Timber and Twig Reignited My Love for WordPress](https://css-tricks.com/timber-and-twig-reignited-my-love-for-wordpress/). - Read the [Timber Docs Introduction](https://timber.github.io/docs/v2/getting-started/introduction/). + + - We use Advanced Custom Fields in our engage-2-x/Timber theme so check out this [WordPress Advanced Custom Fields video](https://www.youtube.com/watch?v=eMCOE9x5mCc) to get familiar with how the plugin works. 5. **Explore WordPress**: If you’re new to WordPress, take some time to explore the admin panel on your local environment. Feel free to experiment—any issues can be reverted with `git reset --hard origin/master`. Commit frequently and work in new branches.