我试图弄明白为什么这个页面在不符合标准的情况下显示内容。
我正在使用此代码,因此如果自定义元框中有网站,if将显示包含a href的DIV:
<?php $infos = get_post_custom_values(\'_url\'); ?>
<?php the_content(); ?></br class="clear">
<?php if ( $infos ) { ?>
<div class="color-buttons color-button-blue website"><a href="http://<?php echo $infos[0]; ?>" target="_blank">Website →</a></div>
<?php } // endif ?>
如果你看这里:hhttp://globalicn.com/preview/regions/europe/#southern-欧洲底部的葡萄牙链接没有网站,但网站链接在那里并显示
http:///
如果我删除了与此帖子相关的标签,则不会显示网站链接,这是正确的。因此,当我添加标记Souther Europe时,它仍然以某种方式添加了链接。
完整代码:http://pastebin.com/8taYL6Da