在get_post_meta中添加外部URL

时间:2018-05-16 19:26:31

标签: php wordpress

我想在我的get_post_meta

中添加一个外部网址
<td><?php  echo get_post_meta($postID, "policy_port", true); ?></td>

我该怎么做?

1 个答案:

答案 0 :(得分:0)

想出来@Sandra <td><a href = "http://somewebsite.com" target = "_blank"><?php echo get_post_meta($postID, "policy_port", true); ?></a></td>