# wp-ultimate-post-grid/2.4.0/static/faq/getting_started.php

WP Ultimate Post Grid, version 2.4.0. 52 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/code/static/faq/getting_started.php
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/raw/static/faq/getting_started.php
- Modified: 2015-05-28T13:26:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/code/static/faq/getting_started.php#L10-L20`.

```php
<div class="changelog">
    <div>
        <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>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <h3>Creating and managing grids</h3>
            <p>Grids can be created and managed by clicking on <strong>Grids</strong> in the backend menu.</p>
            <p>You can create as many grids as you want, all with different options.</p>
            <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>
        </div>
        <div class="col-2 last-feature">
            <img src="<?php echo $img_dir; ?>getting-started-grids.png" alt="Creating and managing grids" class="about-overview-img" />
        </div>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <img src="<?php echo $img_dir; ?>getting-started-shortcode.png" alt="Grid shortcode button" class="about-overview-img" />
        </div>
        <div class="col-2 last-feature">
            <h3>Showing grids on your website</h3>
            <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>
            <p>The easiest way to add the shortcode is using the WP Ultimate Post Grid icon in the editor.</p>
            <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>
        </div>
    </div>
</div>

<hr />

<div class="changelog under-the-hood">
    <div class="feature-section col three-col">
        <div>
            <h4>Settings</h4>
            <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>
        </div>
        <div>
            <h4>Support</h4>
            <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>
        </div>
        <div class="last-feature">
            <h4>Other Documentation?</h4>
            <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>
        </div>
    </div>
</div>
```
