PluginProbe
WP Ultimate Post Grid / 1.7
WP Ultimate Post Grid v1.7
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 / static / faq / getting_started.php

getting_started.php in WP Ultimate Post Grid 1.7, at static/faq/getting_started.php

52 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="changelog">
2 <div>
3 <p class="about-description">Take a few seconds to go though this page and <strong>get started on the right foot</strong> with <?php echo $name ?>.</p>
4 </div>
5
6 <hr />
7
8 <div class="feature-section col two-col">
9 <div class="col-1">
10 <h3>Creating and managing grids</h3>
11 <p>Grids can be created and managed by clicking on <strong>Grids</strong> in the backend menu.</p>
12 <p>You can create as many grids as you want, all with different options.</p>
13 <p>To learn more about all these options, check out <a href="http://bootstrapped.ventures/wp-ultimate-post-grid/" target="_blank">our website</a>.</p>
14 </div>
15 <div class="col-2 last-feature">
16 <img src="<?php echo $img_dir; ?>getting-started-grids.png" alt="Creating and managing grids" class="about-overview-img" />
17 </div>
18 </div>
19
20 <hr />
21
22 <div class="feature-section col two-col">
23 <div class="col-1">
24 <img src="<?php echo $img_dir; ?>getting-started-shortcode.png" alt="Grid shortcode button" class="about-overview-img" />
25 </div>
26 <div class="col-2 last-feature">
27 <h3>Showing grids on your website</h3>
28 <p>Once you've create a grid you can easily add it to any part of your website with the available shortcodes, shown in the top right of the Grid page.</p>
29 <p>The easiest way to add the shortcode is using the WP Ultimate Post Grid icon in the editor.</p>
30 <p>If your grid is using filters there will be a different shortcode for the filter. Make sure to add both where you want them.</p>
31 </div>
32 </div>
33 </div>
34
35 <hr />
36
37 <div class="changelog under-the-hood">
38 <div class="feature-section col three-col">
39 <div>
40 <h4>Settings</h4>
41 <p>Definitely check out the <strong>Grids > Settings</strong> page as there are a few things you can customize to your liking. Take note that some features are only available in the Premium version.</p>
42 </div>
43 <div>
44 <h4>Support</h4>
45 <p>There are thousands of different WordPress themes and plugins so there will be compatibility issues. <strong>Just <a href="<?php echo admin_url('edit.php?post_type=' . WPUPG_POST_TYPE .'&page=wpupg_faq&sub=support'); ?>">contact us</a> and we'll help you out!</strong></p>
46 </div>
47 <div class="last-feature">
48 <h4>Other Documentation?</h4>
49 <p>On this page we wanted to show you the essentials. Take a look at <a href="http://bootstrapped.ventures/wp-ultimate-post-grid/" target="_blank">our website</a> for more documentation and Video Lessons.</p>
50 </div>
51 </div>
52 </div>