PluginProbe
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications / 2.0
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications v2.0
2.5.0 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 All 33 releases
jobwp / admin / view / partial / admin-sidebar.php

admin-sidebar.php in JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications 2.0, at admin/view/partial/admin-sidebar.php

40 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 ?>
6 <div class="jobwp-admin-sidebar" style="width: 20%; float: left;">
7 <div class="postbox">
8 <h3 class="hndle"><span>Support / Bug / Customization</span></h3>
9 <div class="inside centered">
10 <p>Please feel free to let us know if you have any bugs to report. Your report / suggestion can make the plugin awesome!</p>
11 <p style="margin-bottom: 1px! important;"><a href="https://wpjoblisting.com/contact/" target="_blank" class="button button-primary jobwp-button">Get Support</a></p>
12 </div>
13 </div>
14 <div class="postbox">
15 <h3 class="hndle"><span>More About JobWP</span></h3>
16 <div class="inside centered">
17 <p style="margin-bottom: 1px! important;"><a href="https://wpjoblisting.com/" target="_blank" class="button button-primary jobwp-button">Live Chat</a></p>
18 </div>
19 </div>
20 <div class="postbox">
21 <h3 class="hndle"><span>Buy us a coffee</span></h3>
22 <div class="inside centered">
23 <p>If you like the plugin, would you like to support the advancement of this plugin?</p>
24 <p style="margin-bottom: 1px! important;"><a href='https://www.paypal.me/mhmrajib' class="button button-primary jobwp-button" target="_blank">Donate</a></p>
25 </div>
26 </div>
27 <div class="postbox">
28 <h3 class="hndle"><span>Join us on facebook</span></h3>
29 <div class="inside centered">
30 <p style="margin-bottom: 1px! important;"><a href='https://www.facebook.com/hmplugin' class="button button-info" target="_blank">Join HM Plugin<span class="dashicons dashicons-facebook" style="position: relative; top: 3px; margin-left: 3px; color: #0fb9da;"></span></a></p>
31 </div>
32 </div>
33
34 <div class="postbox">
35 <h3 class="hndle"><span>Follow us on twitter</span></h3>
36 <div class="inside centered">
37 <a href="https://twitter.com/hmplugin" target="_blank" class="button button-secondary">Follow @hmplugin<span class="dashicons dashicons-twitter" style="position: relative; top: 3px; margin-left: 3px; color: #0fb9da;"></span></a>
38 </div>
39 </div>
40 </div>