GS Alternate Images for WordPress Plugin Directory
GS Alternate Images is a WordPress Plugin Directory app by [email protected].
AppRanks verdict
Generated from live marketplace data — refreshed daily
GS Alternate Images is a newly-listed WordPress app with a limited review volume. It is listed in the Images 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 [email protected] — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from GS Alternate Images?
See GS Alternate Images's alternatives ranked by audit score, rating, and review velocity.
How GS Alternate Images works
Show full descriptionShow less
GS Alternate Images is a plugin that adds a meta box to the page and post edit pages.
Users can add images to this area by clicking on the “Add Alterante Images” button and browsing the gallery or media library.
Once images are added to the Alternate Images area, they can be extracted in a number of ways.
In it’s most basic form, the attachment ID’s are added to a postmeta as an array. A programmer could use existing wp functions
to extract the array from the postmeta and manipulate the images as they see fit, also using existing wp functionality.
In addition this plugin add shortcode support allowing non programmers to produce a gallery of images, or ustilize the images in
some other fashion.
For example.
To get an array of alternate images attachment IDs
$array_of_IDs = gs_get_alt_image_ids($post_ID); // post_ID = the page/post ID that you want to retreive the images for.
use this method to get an array of objects of images. $args = array ( 'post_id' => int // the numeric ID of page/post, if left black the current post is assumed. 'class' => string // a class name that will be appended to the image html that is generated 'size' => string/array // if it's a string us standard WP imagse sizes ex: 'thumbnail' if it's an array define with and height array(50,50) if left blank it defaults to thumbnail ); $array_of_objects = gs_get_alt_images( $args )
Or use a short code
accepts args of order = the image in the order as it's displayed in the panel size = the displayed iamge size thumbnail, small, array 100,100 width,height example size=100,100 class = the class that will be inserted into the img tag
You can also use included content as a template for the image like this. [gsaltimg]<a href = "{img_att_url}">{img_html}</a>[/gsaltimg] <!-- this will create an image with a hyper link to the full size image -->
allowed tags are {img_html} = full img html for the image ex <img src = "...." class = "..." /> {img_url} = the urls to the sized image {img_att_url} = the url to the full sized attachment
Here is one way to use a short code and build a small gallery that alerts the actual image url. [gsaltimg size=80,80] <div style = "text-align: center; float: left; clear: none; margin-left: 10px; cursor: pointer; background-color: #0000FF; padding: 3px;" onclick = "alert('hello I am {img_att_url}');"{img_html} <p style = "color: #FFF; text-align: center;clear: both;">Click me</p></div> [/gsaltimg]
Arbitrary section full instructions can be found here http://www.dabombmedia.com/capabilities/wordpress-plugin/gs-alternate-images/
Category rankings
As of Jul 15, 2026- Alternate images#0of 1Top 1%
- Images#0of 275Top 1%
- Gallery#455of 595Top 77%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
GS Alternate Images doesn't have curated competitor matchups yet. Other tracked images apps on WordPress:
Where GS Alternate Images stands in the Images category
GS Alternate Images ranks #0 of 275 apps in the Images category, placing it in the top 1% of the listing.
Frequently asked questions
What is GS Alternate Images?
GS Alternate Images 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 Images 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 [email protected].
Who uses GS Alternate Images?
Currently around 10 active stores have installed GS Alternate Images. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Images category on WordPress.