| 1 |
<?php |
| 2 |
/* panel for dynamic lists tutorials */ |
| 3 |
?> |
| 4 |
<div class="container"> |
| 5 |
<div class="row"> |
| 6 |
<div class="columns one-third"> |
| 7 |
<div class="iframe"> |
| 8 |
<iframe src="https://www.youtube-nocookie.com/embed/t9he4Tca5o8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 9 |
</div> |
| 10 |
<h3> |
| 11 |
Dynamic lists are built using the <code class="cf7tag">[dynamic_dropdown]</code> tag, leveraging the CMS power of WordPress to manage large lists. |
| 12 |
</h3> |
| 13 |
<ul> |
| 14 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=150s">00:02:30</a><span> - Managing lists with taxonomies</span></li> |
| 15 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=260s">00:04:20</a><span> - Creating a dynamic dropdown field</span></li> |
| 16 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=420s">00:07:00</a><span> - filtering the term query</span></li> |
| 17 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=710s">00:11:50</a><span> - dynamic lists using post titles</span></li> |
| 18 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=985s">00:16:25</a><span> - dynamic lists using a custom taxonomy</span></li> |
| 19 |
<li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&t=1198s">00:19:58</a><span> - dynamic lists using a filter hook</span></li> |
| 20 |
</ul> |
| 21 |
</div> |
| 22 |
<div class="columns one-third"> |
| 23 |
</div> |
| 24 |
</div> |
| 25 |
</div> |
| 26 |
|