{"id":25634,"date":"2013-10-10T15:30:35","date_gmt":"2013-10-10T15:30:35","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easy-image-display\/"},"modified":"2018-06-07T12:48:53","modified_gmt":"2018-06-07T12:48:53","slug":"easy-image-display","status":"closed","type":"plugin","link":"https:\/\/fi.wordpress.org\/plugins\/easy-image-display\/","author":13210719,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.5","stable_tag":"trunk","tested":"4.3.34","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Easy Image Display","header_author":"Shellbot","header_description":"","assets_banners_color":"f8ee8f","last_updated":"2018-06-07 12:48:53","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/patreon.com\/shellbot","header_plugin_uri":"http:\/\/codebyshellbot.com\/wordpress-plugins\/easy-image-display\/","header_author_uri":"http:\/\/codebyshellbot.com","rating":4.3,"author_block_rating":0,"active_installs":500,"downloads":22348,"num_ratings":12,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.4":"<ul>\n<li>Fixes compatibility with upcoming WP 4.3<\/li>\n<\/ul>","1.2.3":"<ul>\n<li>Fixes problem with caption links + lightbox<\/li>\n<\/ul>","1.2.2":"<ul>\n<li>New feature! Show\/hide image captions.<\/li>\n<\/ul>","1.2.1":"<ul>\n<li>Fixes incompatibility with other plugins affecting the [gallery] shortcode<\/li>\n<\/ul>","1.2.0":"<ul>\n<li>New feature! Specify a range of image IDs.<\/li>\n<li>New feature! Custom sorting option.<\/li>\n<\/ul>","1.1.1":"<ul>\n<li>New feature! Link images to static URL.<\/li>\n<\/ul>","1.1.0":"<ul>\n<li>New feature! Include\/exclude images based on ID.<\/li>\n<\/ul>","1.0.2":"<ul>\n<li>New feature! Include\/exclude images based on ID.<\/li>\n<\/ul>","1.0.1":"<p>Fixes an incompatibility with other lightbox plugins.<\/p>"},"ratings":{"1":"2","2":0,"3":0,"4":"1","5":"9"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1202131","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1193180","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[210,133,25648,15768],"plugin_category":[50],"plugin_contributors":[81983],"plugin_business_model":[],"class_list":["post-25634","plugin","type-plugin","status-closed","hentry","plugin_tags-gallery","plugin_tags-image","plugin_tags-latest-image","plugin_tags-random-image","plugin_category-media","plugin_contributors-shellbot","plugin_committers-shellbot"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/easy-image-display_f8ee8f.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Sometimes you need a proper image gallery to display particular images, and there\nare plenty of plugins for that. Easy Image Display is for those other\ntimes, when all you need is an easy way to display some random images, or X latest\/oldest\nimages uploaded to your site.<\/p>\n\n<p>Current features include:<\/p>\n\n<ul>\n<li>Show or hide image captions<\/li>\n<li>Newest, oldest, random and custom sorting options<\/li>\n<li>Include\/exclude images based on ID<\/li>\n<li>Widget, shortcode and template tag for maximum flexibility<\/li>\n<li>Display images at various sizes<\/li>\n<li>Control how many images are displayed and in how many columns<\/li>\n<li>Link images to a lightbox, static URL, or remove link entirely<\/li>\n<li>Uses gallery shortcode so will always fit your theme<\/li>\n<\/ul>\n\n<p>Features soon to be added:<\/p>\n\n<ul>\n<li>Filter images by attachment status<\/li>\n<li>Slideshow layout<\/li>\n<li>Custom image sizes<\/li>\n<\/ul>\n\n<p>If you'd like to support the ongoing development of this plugin, please <a href=\"http:\/\/patreon.com\/shellbot\" title=\"Support this plugin on Patreon\">take a look at my Patreon page<\/a>.<\/p>\n\n<p><strong>Usage<\/strong><\/p>\n\n<p>Easy Image Display provides 3 ways of displaying images; widget, shortcode and template tag. Each method accepts the same options and will result in the same display.<\/p>\n\n<p><strong>Widget<\/strong><\/p>\n\n<p>The Easy Image Display widget is the easiest way to display your images. The basic settings allow you to control image size, order and number. More advanced settings are collapsed by default to provide a simple uncluttered interface.<\/p>\n\n<p>Choose your options, hit save, and rejoice.<\/p>\n\n<p><strong>Shortcode<\/strong><\/p>\n\n<p>To display images inside a post or page rather than a widget area, you need a shortcode.<\/p>\n\n<p>Default settings:<\/p>\n\n<pre><code>[sb_easy_image]\n<\/code><\/pre>\n\n<p>Custom settings:<\/p>\n\n<pre><code>[sb_easy_image num=\"1\" order=\"random\" link=\"lightbox\"]\n<\/code><\/pre>\n\n<p><strong>Template tag<\/strong><\/p>\n\n<p>The template tag is available for users who are confident in adding code to theme files, and need to display images outside of the widget areas or main content area. The following function can be added anywhere in your theme files.<\/p>\n\n<p>Default settings:<\/p>\n\n<pre><code>&lt;?php sb_easy_image(); ?&gt;\n<\/code><\/pre>\n\n<p>Custom settings:<\/p>\n\n<pre><code>&lt;?php\n\n$args = array(\n    \"num\" =&gt; \"1\",\n    \"order\" =&gt; \"random\",\n    \"link\" =&gt; \"lightbox\",\n);\n\nsb_easy_image( $args );\n\n?&gt;\n<\/code><\/pre>\n\n<p>For full list of parameters see <a href=\"http:\/\/codebyshellbot.com\/wordpress-plugins\/easy-image-display\/\" title=\"Easy Image Display\">the plugin release page<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the 'easy-image-display' folder to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add images using the widget, shortcode or template tag<\/li>\n<li>Enjoy!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the 'easy-image-display' folder to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add images using the widget, shortcode or template tag<\/li>\n<li>Enjoy!<\/li>\n<\/ol><\/dd>\n<dt>The widget always displays images in one column?<\/dt>\n<dd><p>Some themes handle gallery styling differently in different areas of the page.\nIf your theme does not support multiple column galleries in a widget area you\nmay need to add some custom CSS.<\/p>\n\n<p>Every theme is different, but if you're unfamiliar with CSS and need some help\nplease post in <a href=\"http:\/\/wordpress.org\/support\/plugin\/easy-image-display\">the plugin support forum<\/a> with a link to your site.<\/p><\/dd>\n<dt>How can I get rid of grey borders around my images?<\/dt>\n<dd><p>This border is part of the default gallery CSS generated by WordPress. To override this you can add the following CSS to your\ntheme, usually in style.css :<\/p>\n\n<pre><code>.gallery img {\n    border: 0 !important;\n}\n<\/code><\/pre><\/dd>\n<dt>How can I get rid of the whitespace above my images?<\/dt>\n<dd><p>This margin is part of the default gallery CSS generated by WordPress. To override this you can add the following CSS to your\ntheme, usually in style.css :<\/p>\n\n<pre><code>.gallery-item {\n    margin-top: 0px !important;\n}\n<\/code><\/pre><\/dd>\n<dt>How does the custom sorting option work?<\/dt>\n<dd><p>This option will only take effect when filter is set to \"only\", as that is the only time when every image ID is specified\nand can therefore be ordered correctly.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Fixed problem with static URL link option being ignored<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Compatibility with WP 4.3<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Fixed problem with caption links + lightbox<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Added option to show\/hide captions<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Fixed incompatibility with other plugins affecting the [gallery] shortcode<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Added option to specify range of image IDs<\/li>\n<li>Added custom sorting option<\/li>\n<li>Various performance fixes<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fixed compatibility with PHP 5.4<\/li>\n<li>Added option to link images to static URL<\/li>\n<li>Small performance fix<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Fixed version numbering<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added option to include\/exclude images based on ID<\/li>\n<li>Fixed issue with widget form not expanding correctly<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed an incompatibility with other lightbox plugins<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First version<\/li>\n<\/ul>","raw_excerpt":"Display newest, oldest or random images uploaded to your site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/25634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=25634"}],"author":[{"embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/shellbot"}],"wp:attachment":[{"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=25634"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=25634"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=25634"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=25634"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=25634"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fi.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=25634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}