Attachments for WordPress Plugin Directory
Attachments is a WordPress app, with a 4.8 average rating from 53 reviews, as of Jul 15, 2026.
Attachments is a WordPress Plugin Directory app by Jon Christopher. With a rating of 4.8★ from 53 reviews.
AppRanks data: Attachments ranks #0 in Attachment on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Attachments is a category-leading WordPress app with a limited review volume. It is listed in the Page category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 53 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.8★) signals consistent merchant satisfaction
- +Published by Jon Christopher — established developer track record
Cons
- −Limited review base (53) — ratings can shift significantly with new feedback
Looking to switch from Attachments?
See Attachments's alternatives ranked by audit score, rating, and review velocity.
How Attachments works
Show full descriptionShow less
Extensive usage instructions are available on GitHub
Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types.
Associate Media items with posts The idea behind Attachments is to give developers the ability to directly associate Media items with any post. This is accomplished by adding a meta box to post edit screens as determined by the developer. Once Media items have been associated with a post, you’re able to retrieve those Attachments and include them directly within your template files using any specific markup you wish.
Integrate Attachments within your theme with fine grained control Attachments does not automatically integrate itself with your theme. Since the idea behind Attachments is to allow integration of Media within posts using developer-crafted, unique markup, it’s up to you to integrate with your theme. The most basic integration includes editing the appropriate template file and adding your call(s) to Attachments. For example, if you have set up Attachments to be used with your Posts entries, edit single.php to include the following within The Loop:
<?php $attachments = new Attachments( 'attachments' ); /* pass the instance name */ ?> <?php if( $attachments->exist() ) : ?> <h3>Attachments</h3> <p>Total Attachments: <?php echo $attachments->total(); ?></p> <ul> <?php while( $attachments->get() ) : ?> <li> ID: <?php echo $attachments->id(); ?><br /> Type: <?php echo $attachments->type(); ?><br /> Subtype: <?php echo $attachments->subtype(); ?><br /> URL: <?php echo $attachments->url(); ?><br /> Image: <?php echo $attachments->image( 'thumbnail' ); ?><br /> Source: <?php echo $attachments->src( 'full' ); ?><br /> Size: <?php echo $attachments->filesize(); ?><br /> Title Field: <?php echo $attachments->field( 'title' ); ?><br /> Caption Field: <?php echo $attachments->field( 'caption' ); ?> </li> <?php endwhile; ?> </ul> <?php endif; ?>
That snippet will request all of the existing Attachments defined for the current Post within The Loop, and retrieve each itemized property for that Attachment. Using the provided details you’re able to integrate the attached Media items in any way you please.
There is a lot more information on Attachments’ GitHub page. Please contribute!
Roadmap Please see Attachments on GitHub
Usage Extensive usage instructions are available on GitHub
Category rankings
As of Jul 15, 2026- Attachment#0of 27Top 1%
- Page#0of 180Top 1%
- Pdf#0of 70Top 1%
- Picture#0of 15Top 1%
- Post#23of 585Top 4%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Attachments doesn't have curated competitor matchups yet. Other tracked page apps on WordPress:
Where Attachments stands in the Page category
Attachments ranks #0 of 180 apps in the Page category, placing it in the top 1% of the listing.
Frequently asked questions
What is Attachments?
Attachments is an app for WordPress. It currently holds a 4.8-star rating from 53 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Page category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Jon Christopher.
Who uses Attachments?
Currently around 8,000 active stores have installed Attachments. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Page category on WordPress.