<?php echo c2c_get_custom('contactname', '<strong>Contact: ', '</strong>'); ?></br>
<?php echo c2c_get_custom('address', '', '</br>'); ?></br>
<?php echo c2c_get_custom('mailingaddress', '', ''); ?></br>
<?php echo c2c_get_custom('Town', '', ', MB'); ?></br>
<?php echo c2c_get_custom('phone_1', 'Phone:', ''); ?></br>
<?php echo c2c_get_custom('phone_2', 'Phone:', ''); ?></br>
<?php echo c2c_get_custom('phone_tollfree', 'Toll Free:', ''); ?></br>
<?php echo c2c_get_custom('email', 'Email:', ''); ?></br>
<?php echo c2c_get_custom('website', 'Website:', ''); ?></br>
我如何拥有它,以便如果 Phone_2 没有 Value</br>
之后不存在的值。. . 或者基本上如果值为 null 则没有</br>
我猜这将是一个 if 语句,我对这一切都是全新的。. .