<div id="how_can_we_help">
<div class="wehelp_wrappper">
<div class="page_container">
<div class="help_title_info">
<?php the_field('help_title');?>
</div>
<div class="wehelp_wrap">
<?php if( have_rows('help_list') ): ?>
<?php while( have_rows('help_list') ): the_row(); ?>
<!---->
<div class="wehelp_box">
<div class="wehelp_icon"><img src="<?php the_sub_field('icon');?>" alt="icon"/></div>
<div class="wehelp_shortinfo">
<h4><a href="<?php the_sub_field('link');?>"><?php the_sub_field('title');?></a></h4>
<p><?php the_sub_field('info');?></p>
</div>
<div class="gohelp_details"><a href="<?php the_sub_field('link');?>">Discover More</a>
</div>
</div>
<!---->
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
我是 wordpress 的新手,我只是想弄清楚這個“help_list”在我們的 wordpress 站點中的位置。在這個“help_list”上也有一個while回圈,但不知道它來自哪里。
uj5u.com熱心網友回復:
您的網站安裝了 ACF 插件。
它來自ACF插件的Repeater Field。
在這里查看更多資訊:
- 檢查這個
- 更多鏈接
uj5u.com熱心網友回復:
WordPress 的高級自定義欄位 (ACF) 插件為您帶來了這些。您可以在鏈接中查看有關此內容的更多資訊:
ACF - have_rows
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/381604.html
標籤:php WordPress的
下一篇:Wordpress分頁問題-我設定了“posts_per_page”,它適用于每個頁面,除了第1頁,它只顯示所有帖子
