Přidání bloku s nápovědou

Rozšíření bloku *Help* v záhlaví administrace příspěvku.

/—code php
// Add help text to a specific page

function adding_help_tab() {

$screen = get_current_screen();

if ( ‚post‘ == $screen->post_type ) {

get_current_screen()->add_help_tab( array(
‚id‘ => ‚post‘,
‚title‘ => ( ‚Writing Guidelines’ ),
‚content‘ => ‚Hello, please keep these writing guidelines in mind.

  • The content you add must be unique.
  • Add relevant and exciting images with your content.
  • Remember to add title, alt text, and a descriptive caption for your images.

‚,
) );
}
}
add_action( ‚admin_head‘, ‚adding_help_tab‘ );
\—

[* http://cdn.elegantthemes.com/blog/wp-content/uploads/2015/05/Custom-Help-Text.png *]

WordPress návody přímo v administraci

**LifeGuard+**
„http://wplifeguard.com/lifeguard-plugin/“:http://wplifeguard.com/lifeguard-plugin/

The LifeGuard+ Assistant plugin puts WordPress video tutorials right into a WordPress Dashboard. Gone are the days where WordPress developers have to teach each new client how to use WordPress. Now all that needs to be done is install LifeGuard+ Assistant on all new client WordPress projects, and they can learn how to use WordPress by watching our thorough WordPress tutorials!

Vlastní sekce s nápovědou v administraci – plugin WP Help



Možnost vytvoření samostatné sekce, do níž umístíte vlastní verzi nápovědy, tj. kupříkladu cosi jako FAQ pro vaše redaktory, nabízí plugin „WP Help“:http://wordpress.org/extend/plugins/wp-help/.

Po aktivaci se vytvoří v submenu Nástěnky sekce Publishing Help, do níž lze hezky strukturovaně vypsat různá sdělení. Vypisují se de facto stejným způsobem jako klasické příspěvky (nový příspěvek se přidává tlačítkem Add new nahoře).
Jakým způsobem plugin …