Gallery One is the #275 ranked gallery app on WordPress, as of Aug 31, 2026.
Gallery One is a WordPress Plugin Directory app by shrimp2t.
AppRanks data: Gallery One ranks #275 in Gallery on WordPress Plugin Directory, placing it in the top 47% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Gallery One is a newly-listed WordPress app with a limited review volume. It is listed in the Gallery category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). 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
- +Published by shrimp2t — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Gallery One?
See Gallery One's alternatives ranked by audit score, rating, and review velocity.
How Gallery One works
Show full descriptionShow less
See demo: http://shrimp2t.com/gallery-one/
Features
Fully responsive, Touch enabled
Unlimited albums
Unlimited images
Carousel
Gird
Justified
Masonry
Slideshow
Blog style (comming soon )
JustifiedGallery Light box
Load Facebook album images
Load Flickr album images
Add image from url
Shortcode creator
Load Facebook Album Just paste your album url, example:
https://www.facebook.com/BillGates/photos/?tab=album&album_id=10153110017351961
Note: Your album status must be public to load.
Load Flickr Album Just paste your album url, example:
https://www.flickr.com/photos/gianstefanofontana/albums/72157649693279051
Note: Your album status must be public to load.
Adding your own view in your theme
Create a folder gallery-one on your theme.
Inside folder which created add a file and name view.php
[Optional] Inside folder which created add a file and name config.php
Example file view.php:
<div class="my-view"> <?php var_dump( $this->settings ); /* You config data in file config.php var_dump( $this->media->get_data() ); // Gallery items data ?> </div>
Example file config.php:
$config = array( 'name' => __( 'Justified', 'gallery-one' ), // view name 'js' => 'js/js.js', 'css' => 'css/css.css', 'view_settings' => array( array( 'id' => 'margins', 'default' => '10', 'label' => __( 'Margins', 'gallery-one' ), 'type' => 'text' ), array( 'id' => 'lightbox', 'default' => '1', 'label' => __( 'Lightbox', 'gallery-one' ), 'type' => 'checkbox' ),
), );
Adding your own view in your plugin
Create new folder in your plugin, example: my-cool-views.
Add add new view folder example: my-cool-views/full-screen.
Add view.php file for you view my-cool-views/full-screen/view.php.
[Optional] Add config.php file for you view my-cool-views/full-screen/config.php.
Add your your views folder to view loader:
add_filter( ‘gallery_one_get_template_folders’, ‘my_cool_views_path’);
function my_cool_views_path( $view_paths ){
$view_paths[‘my_cool_view’] = PATH_TO_MY_PLUGIN.’/my-cool-views’;
return $view_paths;
}
Config Parameters name: (string) Name of your view.
css: (string/array) CSS files will enqueue when this view load.
js: (string/array) JS files will enqueue when this view load.
view_settings: (array) list field settings for your view.
view_settings Parameters:
id: Id of setting field.
label: Label of setting files.
default: Default value.
type: Field type: text|select|checkbox|textarea.
option: For field type select (array).
desc: Field description.
Category rankings
As of Sep 3, 2026- Gallery#275of 595Top 47%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Gallery One doesn't have curated competitor matchups yet. Other tracked gallery apps on WordPress:
Where Gallery One stands in the Gallery category
Gallery One ranks #275 of 595 apps in the Gallery category, placing it in the top 47% of the listing.
Frequently asked questions
What is Gallery One?
Gallery One is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Gallery 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 shrimp2t.
Who uses Gallery One?
Currently around 40 active stores have installed Gallery One. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Gallery category on WordPress.
Where does Gallery One rank on WordPress?
Gallery One currently sits at position #275 in the Gallery category on WordPress. That places it in the top 46% of 595 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.