Support

Account

Home Forums General Issues Saved Drafts not displaying custom fields Reply To: Saved Drafts not displaying custom fields

  • I just ran in to this problem!

    Could not figure out what was causing it but when i remove preview=true from the uri it works again.

    My dirty hack is to add the following to functions.php (not sure what else this breaks)

    if(isset($_GET['preview'])){
    	unset($_GET['preview']);
    }