PluginProbe
UpdraftCentral Dashboard / 0.8.13
UpdraftCentral Dashboard v0.8.13
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / templates / wp-admin / dashboard-page.php

dashboard-page.php in UpdraftCentral Dashboard 0.8.13, at templates/wp-admin/dashboard-page.php

28 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <h1>UpdraftCentral - <?php _e('Remote Control for WordPress', 'updraftcentral');?></h1>
2
3 <?php echo $first_link;?> |
4 <a href="https://updraftplus.com/news/"><?php _e('News', 'updraftcentral');?></a> |
5 <a href="https://twitter.com/updraftplus"><?php _e('Twitter', 'updraftcentral');?></a> |
6 <a href="<?php echo $support_forum;?>"><?php _e('Support forum', 'updraftcentral');?></a> |
7 <a href="<?php echo $idea_suggestion;?>"><?php _e('Suggest idea', 'updraftcentral');?></a> |
8 <a href="https://updraftplus.com/newsletter-signup"><?php _e('Newsletter sign-up', 'updraftcentral');?></a> |
9 <a href="http://david.dw-perspective.org.uk"><?php _e("Lead developer's homepage", 'updraftcentral');?></a> |
10 <a href="<?php echo $faqs;?>">FAQs</a> | <a href="https://www.simbahosting.co.uk/s3/shop/"><?php _e('More plugins', 'updraftcentral');?></a> - <?php _e('Version', 'updraftcentral');?>: <?php echo $updraft_central::VERSION; ?>
11 <br>
12
13 <div style="width:800px;">
14
15 <h2><?php _e('Getting started', 'updraftcentral');?></h2>
16
17 <p><?php _e('Welcome to UpdraftCentral! This is the dashboard plugin, which you install on the site where you want to have your dashboard for controlling other sites. (On the controlled sites, you install UpdraftPlus).', 'updraftcentral');?></p>
18
19 <p><?php echo sprintf(__('UpdraftCentral runs on the front-end of your site. To get started, you must create a front-end page for your site, to contain the dashboard. i.e. Go to %s.'), '<a href="'.admin_url('post-new.php?post_type=page').'">'.htmlspecialchars(__('Pages -> Add New', 'updraftcentral')).'</a>');?></p>
20
21 <p><?php _e('In your new front-end page, put this shortcode: [updraft_central] . This will allow logged-in site administrators, who visit that page, to use UpdraftCentral.', 'updraftcentral');?></p>
22
23 <p><a href="https://updraftplus.com/faqs/can-allow-non-admin-users-updraftcentral-dashboard/"><?php _e('If you want users with roles to also be able to use UpdraftCentral (note that every user has their own list of sites - giving users access to UpdraftCentral does not give them access to your sites, only to their own list of sites), then please see this FAQ for instructions.', 'updraftcentral');?></a>
24
25 <p><?php _e('Then, to start using UpdraftCentral, simply visit the page, and you can begin adding sites.', 'updraftcentral');?>
26
27 </div>
28