| 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> |