I tried your suggestion but it brings in page formatting and background images, style sheets and other scripts which I don’t need or want.
I’d like a template that truly gives only what I put in the HTML content and Front-End Editor.
For example, shouldn’t I be able to just conditionally add the Front-End Editor script that appears in the footer area (see below) below the_content() call in the blank page template?
But there is clearly something missing from the header section, and it is unclear what code I need to get the script to work. (Perhaps one of the many jquery links that appear when I add wp_head?)
Footer:
<script type='text/javascript'>
var FrontEndEditor = {};
FrontEndEditor.data = {"save_text":"Save","cancel_text":"Cancel","fields":["the_title","the_content","editable","the_excerpt","the_category","the_tags","the_terms","post_meta","post_thumbnail_html","comment_text","single_cat_title","single_tag_title","term_description","the_author_description","dynamic_sidebar_params","bloginfo","editable_option","editable_image"],"ajax_url":"http:\/\/afterabortion.org\/wp-admin\/admin-ajax.php","spinner":"http:\/\/afterabortion.org\/wp-admin\/images\/loading.gif","nonce":"bbed21c25d","controls":{"edit":"Double-click to edit"},"nicedit":{"src":"http:\/\/afterabortion.org\/wp-content\/plugins\/front-end-editor\/editor\/nicedit\/nicEdit.js?ver=0.9r23","iconsPath":"http:\/\/afterabortion.org\/wp-content\/plugins\/front-end-editor\/editor\/nicedit\/nicEditorIcons.gif","buttonList":["bold","italic","underline","left","center","right","justify","ol","ul","subscript","superscript","strikethrough","removeformat","indent","outdent","hr","fontSize","fontFamily","fontFormat","forecolor","bgcolor","link","image","xhtml"],"link":{"visit":"Visit","change":"Change","remove":"Remove"}},"admin_url":"http:\/\/afterabortion.org\/wp-admin\/","image":{"change":"Change Image","insert":"Insert Image","revert":"(Clear)","tb_close":"http:\/\/afterabortion.org\/wp-includes\/js\/thickbox\/tb-close.png"}};
var nicEditL10n = {"Click to Bold":"Click to Bold","Click to Italic":"Click to Italic","Click to Underline":"Click to Underline","Left Align":"Left Align","Center Align":"Center Align","Right Align":"Right Align","Justify Align":"Justify Align","Insert Ordered List":"Insert Ordered List","Insert Unordered List":"Insert Unordered List","Click to Subscript":"Click to Subscript","Click to Superscript":"Click to Superscript","Click to Strike Through":"Click to Strike Through","Remove Formatting":"Remove Formatting","Indent Text":"Indent Text","Remove Indent":"Remove Indent","Horizontal Rule":"Horizontal Rule","Select Font Size":"Select Font Size","Select Font Family":"Select Font Family","Select Font Format":"Select Font Format","Add Link":"Add Link","Remove Link":"Remove Link","Change Text Color":"Change Text Color","Change Background Color":"Change Background Color","Add Image":"Add Image","Upload Image":"Upload Image","Edit HTML":"Edit HTML"}</script>
<script type='text/javascript' src='https://afterabortion.org/wp-content/plugins/front-end-editor/editor/jquery.qtip.js?ver=2.0.0pre'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var thickboxL10n = {
next: "Next >",
prev: "< Prev",
image: "Image",
of: "of",
close: "Close",
noiframes: "This feature requires inline frames. You have iframes disabled or your browser does not support them."
};
try{convertEntities(thickboxL10n);}catch(e){};
/* ]]> */
</script>