SELECT
content.content_name,
props.content,
„page“
FROM cms_content AS content, cms_content_props AS props
WHERE
(content.content_id = props.content_id and
content.type = „content“ and
props.prop_name = „content_en“ )
order by content.content_id asc
limit 10
######################
header für import script
„csv_post_title“,“csv_post_post“,“csv_post_type“
Plugin
http://wordpress.org/extend/plugins/csv-importer/