有没有办法让我在外部来源的“fuatured image”部分插入外部图像到Wordoress? 我喜欢图像在主页上可见而不是在帖子上。主页上的图像需要链接到帖子。
Wordpress不允许从外部链接插入图像作为功能图像(仅限发布)。 到目前为止,在网上找不到任何适当的解决方案。
帮助? 干杯
答案 0 :(得分:0)
您可以将外部图像添加到wordpress帖子。当你点击精选图片时它打开一个模态框有三个标签第二个标签可以让你插入外部图像,即你可以放一个外部媒体网址,然后有wordpress功能来获得精选图像。
所以你可以使用它。
get_post_thumbnail($post_id, $size, $attr);
post_id(整数)(可选)帖子ID。
默认:帖子ID
尺寸 (字符串/数组)(可选)字符串关键字(缩略图,中,大或完整)或表示宽度和高度(以像素为单位)的2项数组,例如阵列(32,32)。
默认:'post-thumbnail'
ATTR (string / array)(可选)查询字符串或属性数组。请参阅wp_get_attachment_image。 默认值:无
http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
,对于固定链接,您可以使用
the_permalink();
希望这会有所帮助
答案 1 :(得分:0)
我已经在其他地方发布了这个,但这个插件怎么样?
http://epicplugins.com/external-url-link-to-featured-images/
它可让您从外部网址添加精选图片。
还有一个Chrome扩展程序:https://chrome.google.com/webstore/detail/post-to-wordpress/hhmhfcfbheceghfbfjgkjnlhooadpnej,它做得非常好。