php ACF代码显示带有嵌入链接的图像,后跟文本字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php ACF代码显示带有嵌入链接的图像,后跟文本字段相关的知识,希望对你有一定的参考价值。

<!-- Loading an image to two pages, and then loadign a different image with a different link to a third page.  -->

<!--Acreditation Logo -->
		<div style="text-align:center;">
				<?php if(is_single(array(1905, 1626)) ) : ?>
					<a href="http://www.affordablecolleges.com/rankings/affordable-online-bachelors-degrees-communications/"><img src="<?php the_field('callout'); ?>" /></a>
			 <?php elseif (is_single(1671) ) : ?>
			 	<a href="http://www.thebestcolleges.org/top-online-masters-in-healthcare-management/"><img src="<?php the_field('callout'); ?>" /></a>
				<?php endif; ?>
		</div><!-- end accred logo section -->
		<div style="text-align:center;"><!--Acreditation Text -->
				<?php if( get_field('callout_text') ): ?>
					<span style="font-size:larger;"><?php the_field('callout_text'); ?></span>
				<?php endif; ?>
		</div><!-- end accred text section -->

以上是关于php ACF代码显示带有嵌入链接的图像,后跟文本字段的主要内容,如果未能解决你的问题,请参考以下文章

ACF 显示图像滑块,前端带有链接

如何将图像和文本添加到 PHP 中?

发送带有 php 链接的短信

仅显示前 9 个图像 ACF 库和链接中的触发器库

为 Slick Slider 和 ACF 创建简码

显示 WooCommerce 自定义分类法 ACF 字段