# wp-ultimate-post-grid/2.8.0/static/faq/our_plugins.php

WP Ultimate Post Grid, version 2.8.0. 65 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.8.0/code/static/faq/our_plugins.php
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.8.0/raw/static/faq/our_plugins.php
- Modified: 2018-11-13T13:03:14+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.8.0/code/static/faq/our_plugins.php#L10-L20`.

```php
<div class="changelog">
    <div>
        <p class="about-description">We have developed some other plugins as well and would love for you to try them out. Let us know what you think!</p>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <img src="<?php echo $img_dir; ?>wp-ultimate-recipe.jpg" alt="WP Ultimate Recipe" class="about-overview-img" />
        </div>
        <div class="col-2 last-feature">
            <h3>WP Ultimate Recipe</h3>
            <p>The very best recipe plugin. Everything a food blog needs and more.</p>
            <p>
                Free & Premium plugin.
                <br/><a href="https://wordpress.org/plugins/wp-ultimate-recipe/" target="_blank">http://wordpress.org/plugins/wp-ultimate-recipe</a>
                <br/><a href="http://www.wpultimaterecipe.com" target="_blank">http://www.wpultimaterecipe.com</a>
            </p>
        </div>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <h3>Easy Affiliate Links</h3>
            <p>Easily manage and cloak all your external links. Perfect for taking control of your affiliate links.</p>
            <p>Free plugin.<br/><a href="https://wordpress.org/plugins/easy-affiliate-links/" target="_blank">http://wordpress.org/plugins/easy-affiliate-links</a></p>
        </div>
        <div class="col-2 last-feature">
            <img src="<?php echo $img_dir; ?>easy-affiliate-links.png" alt="Easy Affiliate Links" class="about-overview-img" />
        </div>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <img src="<?php echo $img_dir; ?>easy-image-collage.jpg" alt="Easy Image Collage" class="about-overview-img" />
        </div>
        <div class="col-2 last-feature">
            <h3>Easy Image Collage</h3>
            <p>Create beautiful responsive image collages for all your posts and pages.</p>
            <p>
                Free & Premium plugin.
                <br/><a href="https://wordpress.org/plugins/easy-image-collage/" target="_blank">http://wordpress.org/plugins/easy-image-collage</a>
                <br/><a href="http://bootstrapped.ventures/easy-image-collage/" target="_blank">http://bootstrapped.ventures/easy-image-collage/</a>
            </p>
        </div>
    </div>

    <hr />

    <div class="feature-section col two-col">
        <div class="col-1">
            <h3>Dynamic Widget Content</h3>
            <p>A widget with specific content for each page or post.</p>
            <p>Free plugin.<br/><a href="https://wordpress.org/plugins/dynamic-widget-content/" target="_blank">http://wordpress.org/plugins/dynamic-widget-content</a></p>        </div>
        <div class="col-2 last-feature">
            <img src="<?php echo $img_dir; ?>dynamic-widget-content.png" alt="Dynamic Widget Content" class="about-overview-img" />
        </div>

    </div>
</div>
```
