询问个自定义字段入库的问题
下了官方一个 3.3 版本Web发布模块(带发布插件)的版本,为什么自定义字段 无法使用 采集中的数据呢?发布 自定义字段 的数据是具定的, 还是可以发布采集字段中数据呢 ?
$sqledit2="INSERT INTO `".$tablepre."postmeta` (post_id ,meta_key ,meta_value ) VALUES ($postid,'swfurl','$image')";
$sqledit3="INSERT INTO `".$tablepre."postmeta` (post_id ,meta_key ,meta_value ) VALUES ($postid,'pic','$pic')";
$wpdb->query($sqledit2);
$wpdb->query($sqledit3);
我使用的是
(C)2005-2010 Lewell Inc.
火车采集器 Wordpress 2.9.2文章发布接口
最后更新:2010.06.04 by RQ204
免登陆接口,,在 '$query2=$db->query($sqledit);" 下面你使用我上面的代码,可以。我那是2个自定义字段 分别为'swfurl' 和‘pic'..
页:
[1]