add_help_tab( array( 'id' => 'authorsure_instructions_tab', 'title' => __('AuthorSure Instructions'), 'content' => '
On the Options page you can specify:
You can leave the default settings here if your WordPress theme puts a link with rel=author to the author page in the post 'byline'.
These settings control how your author pages link back to Google. You may need to tweak the settings here depending on how your WordPress theme displays author pages.
Check the box above if you want the plugin to show the author name as a title to the Author page. If your WordPress theme does this already then clear the checkbox.
The word or words that precede the author name in the title of the Author Page. (e.g About)
Choose whether you want a short, extended or no bio at the top of the author pages
Enter your prefered text that precedes the list of contact methods. For example: "Find out more about me at:"
Enter the text you want to appear as the text on the link to the profile page. For example, "Google+", "GooglePlus", etc.
The heading that precede the list of posts (or post excerpts) by the author. (e.g. Here are my most recent posts). Leave blank if you do not want a heading
AUTHORSURE_PAGE_PANEL; } static function publisher_panel($post, $metabox) { $publisher = authorsure::get_publisher(); $homepage = site_url(); print <<Enter your Google Plus page ID here if your have set up a "Google+ Page" for your organization or product, and AuthorSure will put a rel="publisher" link to the specified Google+ page on your home page, {$homepage} .
AUTHORSURE_PUBLISHER_PANEL; } function archive_panel ($post, $metabox) { $options = authorsure::get_options(); $publisher = $options['archive_link']=="publisher"?'checked="checked"':''; $top = $options['archive_link']=="top"?'checked="checked"':''; $bottom = $options['archive_link']=="bottom"?'checked="checked"':''; $archive_intro_enabled = $options['archive_intro_enabled']?' checked="checked"':''; $authors = wp_dropdown_users(array('who' => 'authors', 'selected' => $options['archive_author_id'], 'name' => 'authorsure_archive_author_id', 'sort_column'=> 'display_name', 'echo' => 0)); $home = AUTHORSURE_HOME; $pro = AUTHORSURE_PRO; print <<< ARCHIVE_PANELThese settings determine how you manage authorship of your category, tag and any other taxonomy archive pages.
The word or words that precede the author name on the archive pages. (e.g. "Author:")
Choose the default author to be used on the category and tag archive pages. Note that you can override this setting on individual archive pages.
For example, John may be the primary author for the site, but Jane is the chosen author for the psychology category and Rachael for the the Chemistry category.
Check the box above if you want the plugin to give you the opportunity to include a paragraph at the top of the archive page that precedes the list of posts in this archive. Your WordPress theme may already give you this facility but if it does not then please use this option as it can help you improve your archive pages from both human readership and SEO standpoints. After you home page, your category an tag pages can be the next most visited pages on your site so you need to put some work into them.
ARCHIVE_PANEL; } function licence_panel ($post, $metabox) { require_once(dirname(__FILE__).'/authorsure-updater.php'); $licence = AuthorSureUpdater::get_licence(); $key_status_indicator =''; $notice =''; if (! empty($licence)) { $is_pro = AuthorSureUpdater::check_validity(); $flag = $is_pro ? 'tick' : 'cross'; $expiry = AuthorSureUpdater::get_expiry(); if (!empty($expiry)) $expiry = 'License Expiry : '.$expiry; $key_status_indicator = '
'.$expiry;
$notice = $is_pro ? '': (''.AuthorSureUpdater::get_notice().'
'); } $home = AUTHORSURE_HOME; $pro = AUTHORSURE_PRO; print <<< LICENCE_PANELThe AuthorSure Pro Licence Key is required if you want to get support through the AuthorSure Pro Forums and also use some of the AuthorSure Pro Bonus features.
LICENCE_PANEL; } function help_panel() { $home = AUTHORSURE_HOME; $images = AUTHORSURE_IMAGES_URL; $domain = parse_url(site_url(),PHP_URL_HOST); print <<< HELP_PANEL