export from wordpress to Modx-revoluton
Решил попробовать modx-revolution и переделать один сайт на wordpress. Очень лениво было переносить контент. 2 минуты работы мозга: INSERT into tbl_prefix_modx_site_content (type, contentType, pagetitle, alias, content, published, template, searchable, cacheable, createdby, createdon, context_key, content_type) SELECT ‘document’, ‘text/html’, post_title, post_name, post_content, ‘1’, ‘1’, ‘1’, ‘1’, ‘1’, UNIX_TIMESTAMP(), ‘web’, ‘1’ from tbl_prefix_wordpress_posts WHERE post_type = ‘post’ AND […] Read more»