为图片添加超链接将此代码段添加到functions.php文件中:
function link_all_my_content( $content ) { $matches = array(); $nummatches = preg_match("/src=['|\"](.*)['|\"]/", $content, $matches); return "<a href='" . $matches[1] . "'>$content</a>"; } add_filter( 'the_content', 'link_all_my_content' );
本站文章大部分为原创,用于个人学习记录,可能对您有所帮助,仅供参考!
我的微信
微信号已复制
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!