如果这在其他地方得到回答,我深表歉意,但我在这里遇到了这个 ACF 代码的问题:http: //goo.gl/9onrFN我希望客户能够向艺术家添加投资组合站点链接(如果适用)页面和链接会显示“查看艺术家的网站”,并且该链接会将用户带到新窗口中的艺术家网站。除非在帖子的自定义字段中输入了网址,否则我将如何不让此文本不可见?这是代码:
<p><?php the_field('contact_phone_number'); ?><br />
or <a href="mailto:<?php the_field('contact_email'); ?>"><?php the_field('contact_email'); ?></a><br />
View <a href="<?php the_field('artist_website'); ?>" target="_blank">Artist's Website</a></p>
提前致谢!