php ACF链接插件使用示例(在转发器中)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php ACF链接插件使用示例(在转发器中)相关的知识,希望对你有一定的参考价值。
<!--start button item repeater-->
<?php
// loop through rows (sub repeater)
while( have_rows('tib_buttons') ): the_row(); ?>
<?php $tib_buttons = get_sub_field('tib_button'); ?>
<?php if( $tib_buttons['url'] ): ?>
<a href="<?php echo $tib_buttons['url'] ?>" class="btn btn-warning hidden-xs ripple-effect"><?php echo $tib_buttons['title'] ?></a>
<?php endif; ?>
<!--end looping through sub repeater-->
<?php endwhile; ?>
以上是关于php ACF链接插件使用示例(在转发器中)的主要内容,如果未能解决你的问题,请参考以下文章
仅显示前 9 个图像 ACF 库和链接中的触发器库
ACF 中继器字段仅显示一行
php ACF |在转发器中发布对象
php ACF |在转发器中发布对象
将 wordpress 元数据导入并转换为 ACF 转发器字段
一个复杂的查询,结合了WP课件功能,ACF转发器字段和寻找特定模板文件的元查询