php ACF - 仅在有内容时显示内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php ACF - 仅在有内容时显示内容相关的知识,希望对你有一定的参考价值。

<!-- only show ACF SECTION if there are rows of content to show -->
if( have_rows('video') ): ?>
<div class="section" style="padding: 50px 0; background: rgba(211,211,211,0.31);">
	<div class="wrap v-wrap">
		<?php

			// loop through the rows of data

				while ( have_rows('video') ) : the_row(); ?>

				<div id="vid-left"><?php the_sub_field('video_link'); ?></div>

				<div id="vid-right"><h2><?php the_sub_field('video_blurb'); ?></h2>
				<?php the_sub_field('video_text'); ?></div>
		<?php

				endwhile; ?>
			</div><!-- End Wrap -->
		</div><!-- End Section -->
<!-- only shows ACF FIELD if there is contenty entered into the field -->
<!-- this example is showing the title if a title has been entered into the field 'career_outcomes_title'. -->
<div id="career-outcomes" class="section">
	<div class="wrap">
		<?php if( get_field('career_outcomes_title') ): ?>
			<?php echo get_field('career_outcomes_title'); ?>
			<?php endif; ?>
			</br>
			<?php get_template_part('partials/careers2'); ?>
			<?php the_field('outcomes_text'); ?>
	</div>
</div>

以上是关于php ACF - 仅在有内容时显示内容的主要内容,如果未能解决你的问题,请参考以下文章

TabContainer 仅在 windowresize 时显示选项卡

仅在打印时显示报告页数

如何仅在初始启动时显示屏幕

仅在返回数据时显示子报表

今日 iOS 小部件仅在调试时显示

仅在商品属于特定类别时显示 WooCommerce 我的帐户订单