Why can't wordpress pages convert over to EB since they are just static post? Tried exporting wordpress pages as separate xml but doesn't do anything.
$query .= ' AND `post_type` = ' . $db->Quote( 'post' );
if( ($post['post_type'] != 'post') && ($post['post_type'] != 'attachment') )
continue;
Is there a way to configure EB posts settings to exclude the avatar, date/time, etc. in the header of the post? I want to only apply that for the wordpress "pages" that were converted over and not the wordpress posts.