162 do_action('do_meta_boxes', $post_type, 'side', $post); |
170 do_action('do_meta_boxes', $post_type, 'side', $post); |
163 |
171 |
164 add_screen_option('layout_columns', array('max' => 2, 'default' => 2) ); |
172 add_screen_option('layout_columns', array('max' => 2, 'default' => 2) ); |
165 |
173 |
166 if ( 'post' == $post_type ) { |
174 if ( 'post' == $post_type ) { |
167 $customize_display = '<p>' . __('The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.') . '</p>'; |
175 $customize_display = '<p>' . __('The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.') . '</p>'; |
168 |
176 |
169 get_current_screen()->add_help_tab( array( |
177 get_current_screen()->add_help_tab( array( |
170 'id' => 'customize-display', |
178 'id' => 'customize-display', |
171 'title' => __('Customizing This Display'), |
179 'title' => __('Customizing This Display'), |
172 'content' => $customize_display, |
180 'content' => $customize_display, |
173 ) ); |
181 ) ); |
174 |
182 |
175 $title_and_editor = '<p>' . __('<strong>Title</strong> - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '</p>'; |
183 $title_and_editor = '<p>' . __('<strong>Title</strong> - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '</p>'; |
176 $title_and_editor .= '<p>' . __('<strong>Post editor</strong> - Enter the text for your post. There are two modes of editing: Visual and HTML. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The HTML mode allows you to enter raw HTML along with your post text. You can insert media files by clicking the icons above the post editor and following the directions. You can go to the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in HTML mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular post editor.') . '</p>'; |
184 $title_and_editor .= '<p>' . __('<strong>Post editor</strong> - Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The Text mode allows you to enter HTML along with your post text. Line breaks will be converted to paragraphs automatically. You can insert media files by clicking the icons above the post editor and following the directions. You can go to the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in Text mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular post editor.') . '</p>'; |
177 |
185 |
178 get_current_screen()->add_help_tab( array( |
186 get_current_screen()->add_help_tab( array( |
179 'id' => 'title-post-editor', |
187 'id' => 'title-post-editor', |
180 'title' => __('Title and Post Editor'), |
188 'title' => __('Title and Post Editor'), |
181 'content' => $title_and_editor, |
189 'content' => $title_and_editor, |
182 ) ); |
|
183 |
|
184 $publish_box = '<p>' . __('<strong>Publish</strong> - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '</p>'; |
|
185 |
|
186 if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) { |
|
187 $publish_box .= '<p>' . __( '<strong>Post Format</strong> - This designates how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="http://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</p>'; |
|
188 } |
|
189 |
|
190 if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) { |
|
191 $publish_box .= '<p>' . __('<strong>Featured Image</strong> - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '</p>'; |
|
192 } |
|
193 |
|
194 get_current_screen()->add_help_tab( array( |
|
195 'id' => 'publish-box', |
|
196 'title' => __('Publish Box'), |
|
197 'content' => $publish_box, |
|
198 ) ); |
|
199 |
|
200 $discussion_settings = '<p>' . __('<strong>Send Trackbacks</strong> - Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they’ll be notified automatically using pingbacks, and this field is unnecessary.') . '</p>'; |
|
201 $discussion_settings .= '<p>' . __('<strong>Discussion</strong> - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '</p>'; |
|
202 |
|
203 get_current_screen()->add_help_tab( array( |
|
204 'id' => 'discussion-settings', |
|
205 'title' => __('Discussion Settings'), |
|
206 'content' => $discussion_settings, |
|
207 ) ); |
190 ) ); |
208 |
191 |
209 get_current_screen()->set_help_sidebar( |
192 get_current_screen()->set_help_sidebar( |
210 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . |
193 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . |
211 '<p><strong>' . __('For more information:') . '</strong></p>' . |
194 '<p><strong>' . __('For more information:') . '</strong></p>' . |
212 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' . |
195 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' . |
213 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
196 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
214 ); |
197 ); |
215 } elseif ( 'page' == $post_type ) { |
198 } elseif ( 'page' == $post_type ) { |
216 $about_pages = '<p>' . __('Pages are similar to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '</p>' . |
199 $about_pages = '<p>' . __('Pages are similar to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '</p>' . |
217 '<p>' . __('Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and HTML modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box:') . '</p>'; |
200 '<p>' . __('Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box:') . '</p>'; |
218 |
201 |
219 get_current_screen()->add_help_tab( array( |
202 get_current_screen()->add_help_tab( array( |
220 'id' => 'about-pages', |
203 'id' => 'about-pages', |
221 'title' => __('About Pages'), |
204 'title' => __('About Pages'), |
222 'content' => $about_pages, |
205 'content' => $about_pages, |
223 ) ); |
|
224 |
|
225 $page_attributes = '<p>' . __('<strong>Parent</strong> - You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how many levels you can nest pages.') . '</p>' . |
|
226 '<p>' . __('<strong>Template</strong> - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.') . '</p>' . |
|
227 '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>'; |
|
228 |
|
229 get_current_screen()->add_help_tab( array( |
|
230 'id' => 'page-attributes', |
|
231 'title' => __('Page Attributes'), |
|
232 'content' => $page_attributes, |
|
233 ) ); |
206 ) ); |
234 |
207 |
235 get_current_screen()->set_help_sidebar( |
208 get_current_screen()->set_help_sidebar( |
236 '<p><strong>' . __('For more information:') . '</strong></p>' . |
209 '<p><strong>' . __('For more information:') . '</strong></p>' . |
237 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' . |
210 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' . |
238 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' . |
211 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' . |
239 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
212 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
240 ); |
213 ); |
|
214 } elseif ( 'attachment' == $post_type ) { |
|
215 get_current_screen()->add_help_tab( array( |
|
216 'id' => 'overview', |
|
217 'title' => __('Overview'), |
|
218 'content' => |
|
219 '<p>' . __('This screen allows you to edit four fields for metadata in a file within the media library.') . '</p>' . |
|
220 '<p>' . __('For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.') . '</p>' . |
|
221 '<p>' . __('Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.') . '</p>' . |
|
222 '<p>' . __('Remember to click Update Media to save metadata entered or changed.') . '</p>' |
|
223 ) ); |
|
224 |
|
225 get_current_screen()->set_help_sidebar( |
|
226 '<p><strong>' . __('For more information:') . '</strong></p>' . |
|
227 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . |
|
228 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
|
229 ); |
|
230 } |
|
231 |
|
232 if ( 'post' == $post_type || 'page' == $post_type ) { |
|
233 $inserting_media = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the “Create a new gallery” button.' ) . '</p>'; |
|
234 $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href="http://codex.wordpress.org/Embeds">learn more about embeds</a>.' ) . '</p>'; |
|
235 |
|
236 get_current_screen()->add_help_tab( array( |
|
237 'id' => 'inserting-media', |
|
238 'title' => __( 'Inserting Media' ), |
|
239 'content' => $inserting_media, |
|
240 ) ); |
|
241 } |
|
242 |
|
243 if ( 'post' == $post_type ) { |
|
244 $publish_box = '<p>' . __('Several boxes on this screen contain settings for how your content will be published, including:') . '</p>'; |
|
245 $publish_box .= '<ul><li>' . __('<strong>Publish</strong> - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '</li>'; |
|
246 |
|
247 if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) { |
|
248 $publish_box .= '<li>' . __( '<strong>Format</strong> - Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="http://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</li>'; |
|
249 } |
|
250 |
|
251 if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) { |
|
252 $publish_box .= '<li>' . __('<strong>Featured Image</strong> - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '</li>'; |
|
253 } |
|
254 |
|
255 $publish_box .= '</ul>'; |
|
256 |
|
257 get_current_screen()->add_help_tab( array( |
|
258 'id' => 'publish-box', |
|
259 'title' => __('Publish Settings'), |
|
260 'content' => $publish_box, |
|
261 ) ); |
|
262 |
|
263 $discussion_settings = '<p>' . __('<strong>Send Trackbacks</strong> - Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they’ll be notified automatically using pingbacks, and this field is unnecessary.') . '</p>'; |
|
264 $discussion_settings .= '<p>' . __('<strong>Discussion</strong> - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '</p>'; |
|
265 |
|
266 get_current_screen()->add_help_tab( array( |
|
267 'id' => 'discussion-settings', |
|
268 'title' => __('Discussion Settings'), |
|
269 'content' => $discussion_settings, |
|
270 ) ); |
|
271 } elseif ( 'page' == $post_type ) { |
|
272 $page_attributes = '<p>' . __('<strong>Parent</strong> - You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how many levels you can nest pages.') . '</p>' . |
|
273 '<p>' . __('<strong>Template</strong> - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.') . '</p>' . |
|
274 '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>'; |
|
275 |
|
276 get_current_screen()->add_help_tab( array( |
|
277 'id' => 'page-attributes', |
|
278 'title' => __('Page Attributes'), |
|
279 'content' => $page_attributes, |
|
280 ) ); |
241 } |
281 } |
242 |
282 |
243 require_once('./admin-header.php'); |
283 require_once('./admin-header.php'); |
244 ?> |
284 ?> |
245 |
285 |
246 <div class="wrap"> |
286 <div class="wrap"> |
247 <?php screen_icon(); ?> |
287 <?php screen_icon(); ?> |
248 <h2><?php echo esc_html( $title ); ?><?php if ( isset( $post_new_file ) ) : ?> <a href="<?php echo esc_url( $post_new_file ) ?>" class="add-new-h2"><?php echo esc_html($post_type_object->labels->add_new); ?></a><?php endif; ?></h2> |
288 <h2><?php |
|
289 echo esc_html( $title ); |
|
290 if ( isset( $post_new_file ) && current_user_can( $post_type_object->cap->create_posts ) ) |
|
291 echo ' <a href="' . esc_url( $post_new_file ) . '" class="add-new-h2">' . esc_html( $post_type_object->labels->add_new ) . '</a>'; |
|
292 ?></h2> |
249 <?php if ( $notice ) : ?> |
293 <?php if ( $notice ) : ?> |
250 <div id="notice" class="error"><p><?php echo $notice ?></p></div> |
294 <div id="notice" class="error"><p><?php echo $notice ?></p></div> |
251 <?php endif; ?> |
295 <?php endif; ?> |
252 <?php if ( $message ) : ?> |
296 <?php if ( $message ) : ?> |
253 <div id="message" class="updated"><p><?php echo $message; ?></p></div> |
297 <div id="message" class="updated"><p><?php echo $message; ?></p></div> |
280 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> |
324 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> |
281 <div id="post-body-content"> |
325 <div id="post-body-content"> |
282 <?php if ( post_type_supports($post_type, 'title') ) { ?> |
326 <?php if ( post_type_supports($post_type, 'title') ) { ?> |
283 <div id="titlediv"> |
327 <div id="titlediv"> |
284 <div id="titlewrap"> |
328 <div id="titlewrap"> |
285 <label class="hide-if-no-js" style="visibility:hidden" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> |
329 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> |
286 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" /> |
330 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" /> |
287 </div> |
331 </div> |
288 <div class="inside"> |
332 <div class="inside"> |
289 <?php |
333 <?php |
290 $sample_permalink_html = $post_type_object->public ? get_sample_permalink_html($post->ID) : ''; |
334 $sample_permalink_html = $post_type_object->public ? get_sample_permalink_html($post->ID) : ''; |
291 $shortlink = wp_get_shortlink($post->ID, 'post'); |
335 $shortlink = wp_get_shortlink($post->ID, 'post'); |
292 if ( !empty($shortlink) ) |
336 if ( !empty($shortlink) ) |
293 $sample_permalink_html .= '<input id="shortlink" type="hidden" value="' . esc_attr($shortlink) . '" /><a href="#" class="button" onclick="prompt('URL:', jQuery(\'#shortlink\').val()); return false;">' . __('Get Shortlink') . '</a>'; |
337 $sample_permalink_html .= '<input id="shortlink" type="hidden" value="' . esc_attr($shortlink) . '" /><a href="#" class="button button-small" onclick="prompt('URL:', jQuery(\'#shortlink\').val()); return false;">' . __('Get Shortlink') . '</a>'; |
294 |
338 |
295 if ( $post_type_object->public && ! ( 'pending' == $post->post_status && !current_user_can( $post_type_object->cap->publish_posts ) ) ) { ?> |
339 if ( $post_type_object->public && ! ( 'pending' == get_post_status( $post ) && !current_user_can( $post_type_object->cap->publish_posts ) ) ) { ?> |
296 <div id="edit-slug-box"> |
340 <div id="edit-slug-box" class="hide-if-no-js"> |
297 <?php |
341 <?php |
298 if ( ! empty($post->ID) && ! empty($sample_permalink_html) && 'auto-draft' != $post->post_status ) |
342 if ( $sample_permalink_html && 'auto-draft' != $post->post_status ) |
299 echo $sample_permalink_html; |
343 echo $sample_permalink_html; |
300 ?> |
344 ?> |
301 </div> |
345 </div> |
302 <?php |
346 <?php |
303 } |
347 } |
304 ?> |
348 ?> |
305 </div> |
349 </div> |
306 <?php |
350 <?php |
307 wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false ); |
351 wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false ); |
308 ?> |
352 ?> |
309 </div> |
353 </div><!-- /titlediv --> |
310 <?php } ?> |
354 <?php |
311 |
355 } |
312 <?php if ( post_type_supports($post_type, 'editor') ) { ?> |
356 |
|
357 do_action( 'edit_form_after_title' ); |
|
358 |
|
359 if ( post_type_supports($post_type, 'editor') ) { |
|
360 ?> |
313 <div id="postdivrich" class="postarea"> |
361 <div id="postdivrich" class="postarea"> |
314 |
362 |
315 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1) ); ?> |
363 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview', 'editor_height' => 360) ); ?> |
316 |
364 |
317 <table id="post-status-info" cellspacing="0"><tbody><tr> |
365 <table id="post-status-info" cellspacing="0"><tbody><tr> |
318 <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td> |
366 <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td> |
319 <td class="autosave-info"> |
367 <td class="autosave-info"> |
320 <span class="autosave-message"> </span> |
368 <span class="autosave-message"> </span> |