Wordpress详细介绍代码
- 方法一:
- 修改wp-admin\includes下的 media.php 文件
- 1、在1236行
$send = "<input type='submit' class='button' name='send[$attachment_id]' value='" . esc_attr__( 'Insert into Post' ) . "' />";
- 换成
- 2、在392行
$send_id = (int) array_shift($keys);
- 换成
- 3、在448行
$html = $attachment['post_title']; if ( !empty($attachment['url']) ) { if ( strpos($attachment['url'], 'attachment_id') || false !== strpos($attachment['url'], get_permalink($_POST['post_id'])) ) $rel = " rel='attachment wp-att-" . esc_attr($send_id)."'"; $html = "<a href='{$attachment['url']}'$rel>$html</a>"; }
- 换成
- 4、安装php_curl.dll
- 第一:
找到php.ini
修改extension=php_curl.dll 把前面的分号去掉 - 第二:
把php_curl.dll php5ts.dll
libeay32.dll
ssleay32.dll 复制到 windows/system32下 重启php的服务