Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可能忘记http://在 URL 之前附加。
http://
我建议你使用 esc_url()
<a href="<?php $key="resource-link"; echo esc_url(get_post_meta($post->ID, $key, true)); ?>">Learn More</a>