条件语句(如果自定义字段存在)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了条件语句(如果自定义字段存在)相关的知识,希望对你有一定的参考价值。

Only show content if Custom Field exists
  1. <?php if (strlen(get_post_meta($post->ID, "direct dial", true)) > 0) : ?>
  2. <p class="direct_dial"><strong>DD</strong> <?php echo get_post_meta($post->ID, "direct dial", true);?></p>
  3. <?php endif; ?>

以上是关于条件语句(如果自定义字段存在)的主要内容,如果未能解决你的问题,请参考以下文章

如何优化Oracle在where条件中用了自定义函数的SQL语句

Drupal 视图条件链接

PHP条件控制语句之“if语句”

片段的条件自定义 OnBackPress

Sublime Text自定义snippet

Laravel 验证:存在附加列条件 - 自定义验证规则