PluginProbe
WP Ultimate Post Grid / 3.5.0
WP Ultimate Post Grid v3.5.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / templates / admin / menu / faq.php

faq.php in WP Ultimate Post Grid 3.5.0, at templates/admin/menu/faq.php

34 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Template for the FAQ page.
4 *
5 * @link https://bootstrapped.ventures
6 * @since 3.0.0
7 *
8 * @package WP_Ultimate_Post_Grid
9 * @subpackage WP_Ultimate_Post_Grid/templates/admin/menu
10 */
11 // Active version.
12 $name = 'WP Ultimate Post Grid';
13 $version = WPUPG_VERSION;
14 $full_name = $name . ' ' . $version;
15
16 // Image directory.
17 $img_dir = WPUPG_URL . 'assets/images/faq';
18 ?>
19
20 <div class="wrap about-wrap wpupg-faq">
21 <h1><?php echo esc_html( $name ); ?></h1>
22 <div class="about-text">Welcome to version <?php echo esc_html( $version ) ?>! Check out the <a href="https://help.bootstrapped.ventures/article/215-wp-ultimate-post-grid-changelog" target="_blank">changelog</a> now.</div>
23 <div class="wpupg-badge">Version <?php echo esc_html( $version ); ?></div>
24
25 <h3>Getting Started with WPUPG</h3>
26 <p>
27 Not sure how to get started with WP Ultimate Post Grid? Check out the <a href="https://help.bootstrapped.ventures/category/10-getting-started" target="_blank">Getting Started section of our documentation</a>!
28 </p>
29
30 <h3>I need more help</h3>
31 <p>
32 Check out <a href="https://help.bootstrapped.ventures/collection/7-wp-ultimate-post-grid" target="_blank">all documentation for WP Ultimate Post Grid</a> or contact us using the blue question mark in the bottom right of this page or by emailing <a href="mailto:support@bootstrapped.ventures">support@bootstrapped.ventures</a> directly.
33 </p>
34 </div>