There are no custom fields supported into administrative area. You can still use any custom field like before but you must manipulate name and values directinto database
There are no history for posts /ages supported but you can extract any version from database.
More details will be soon available. Any customisation can be done quick by request. Contact us.
There is a pretty annoying bar known as Admin Bar, on very top of the website when a user is logged in. It may be useful but if you wish do not see it then in your current theme, in functions.php insert the following line at the very end :
add_filter( ‘show_admin_bar’, ‘__return_false’ );




(20 votes, average: 4.75 out of 5, rated)