最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Add Image With Changeable Link in Custom Field

programmeradmin0浏览0评论
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

In my WordPress site, I want A image with changeable link in bottom of every post. The Image will be fixed but links should be changeable. I want This changeable link option in the post editor of wordpress so that I an Change the link as different post-different link. This links are the same post but in different language from sub-domain website.

Please help. Sorry for bad English. Thank You.

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

In my WordPress site, I want A image with changeable link in bottom of every post. The Image will be fixed but links should be changeable. I want This changeable link option in the post editor of wordpress so that I an Change the link as different post-different link. This links are the same post but in different language from sub-domain website.

Please help. Sorry for bad English. Thank You.

Share Improve this question asked Jul 21, 2015 at 10:52 SayzarSayzar 133 bronze badges 2
  • Please post the code you have written and tested and tell us why it doesn't work. – Brad Dalton Commented Jul 21, 2015 at 11:17
  • Let us know what you have tried up till now to get this done. – Mohammad Mursaleen Commented Jul 21, 2015 at 11:57
Add a comment  | 

1 Answer 1

Reset to default 0

I made this code with help from Google search. And it works fine. I added this code in single.php bottom of the post. Now, I simply add link in every post but image are same. Thanks. :)

<?php if( get_post_meta($post->ID, "imglink", true) ): ?>

<p><a href="<?php echo get_post_meta($post->ID, "imglink", true); ?>"><img src="http://-------------.png"></a></p>

<?php endif; ?>
发布评论

评论列表(0)

  1. 暂无评论