Combine Galleries
This plugin gives you the ability to use standard WordPress galleries and taxonomies to organize and reuse your images. Let’s say you’re a builder and you post all your jobs on your site and include an image gallery with each post. Now, suppose you want to display all your job images on a single portfolio page. What’s the easiest way to do that? Use the following: [combine-galleries] Suppose you build patios, decks, and enclosures. Now, suppose you want to display all your job images, grouped by job type, on a single portfolio page. Categorize your job posts (patio, deck, enclosure) and use the following: [combine-galleries category="patio"] [combine-galleries category="deck"] [combine-galleries category="enclosure"] Finally, suppose you want to create a page optimized for a specific city (let’s use Raleigh). And, on that page you want to display all your Raleigh jobs grouped by type. Tag your job posts by city and use the following: [combine-galleries category="patio" tag="raleigh"] [combine-galleries category="deck" tag="raleigh"] [combine-galleries category="enclosure" tag="raleigh"] Combine-Galleries allows you to combine and display gallery images from multiple posts based on taxonomy. The combine-galleries shortcode combines and displays image galleries from posts that match the categories and/or tags you specify. You don’t need to categorize or tag your images, just the posts. If you just want to display all gallery images on a single page, you don’t need to categorize or tag anything. Supports custom types. Compatible with the WordPress gallery shortcode and WordPress gallery plugins and viewers. Quickly and easily create galleries for your archive pages. See usage examples and options below… If you find this plugin useful, please consider a small donation of $5. All proceeds go to fund my current feature film project, Mango Dreams. Usage There are several options that may be specified using this syntax: [combine-galleries option1="value1" option2="value2"] You can also print a gallery directly in a template like so: Options ----------------------------------------------------- Supported options are listed below. All options are, well, optional. You are not required to provide any options. For example, “[combine-galleries]” will work just fine and will display all gallery images from every post and page on your site. Default option values are used when options are not specified. type Comma delimited list of post types from which to display images. Custom types are supported. Default = “page,post”. category Comma delimited list of categories used to filter posts. If more than one category is specified, the default behavior is to AND the categories together. For example, if category=”featured,decks” then only images from posts categorized as both “Featured” and “Decks” will be displayed. Category values are case-insensitive. If no category is specified then no filter is applied. By default, all categories are included. tags Comma delimited list of tags used to filter posts. If more than one tag is specified, the default behavior is to OR the tags together. For example, if tag=”raleigh,durham,chapel hill” then images from posts tagged as “Raleigh” or “Durham” or “Chapel Hill” will be displayed. Tag values are case-insensitive. If no tags are specified then no filter is applied. By default, all tags are included. taxonomy_join Specify the boolean operator used to join multiple taxonomies, i.e. categories and tags. Combine-galleries does not support custom taxonomies… yet. The default boolean operator used to join multiple taxonomies is AND. For example, if category=”Patios” and tag=”Denver” then, by default, only images from posts categorized as “Patios” AND tagged as “Denver” will be displayed. Bool operators include: AND (Default) OR category_join Specify the boolean operator used to join multiple categories. AND (Default) OR tag_join Specify the boolean operator used to join multiple tags. AND OR (Default) orderby Specify the order in which galleries are combined. Order of galleries is based on their post. The default is post_date. ID – order by post ID post_author – order by post author post_title – order by post title post_date (Default) – order by post date comment_count – order by post comment count order Specify the sort order of gallery posts. ASC or DESC (Default). For example, to sort by post ID from biggest to smallest: [combine-galleries orderby=”ID” order=”DESC”] limitposts Limit the number of posts. By default there is no limit. limitpostimages Limit the number of images displayed per post. By default there is no limit. columns specify the number of columns. The gallery will include a break tag at the end of each row, and calculate the column width as appropriate. The default value is 3. If columns is set to 0, no row breaks will be included. For example, to display a 4 column gallery: [combine-galleries columns=”4″] size Specify the image size to use for the thumbnail display. Valid values include: “thumbnail” (Default) “medium” “large” “full” Any additional image size registered with add_image_size. The size of the images for “thumbnail”, “medium” and “large” can be configured in WordPress admin panel under Settings > Media. For example, to display a gallery of medium sized images: [combine-galleries size="medium"] Advanced Options itemtag the name of the XHTML tag used to enclose each item in the gallery. The default is “dl”. icontag the name of the XHTML tag used to enclose each thumbnail icon in the gallery. The default is “dt”. captiontag the name of the XHTML tag used to enclose each caption. The default is “dd”. For example, to change the gallery markup to use div, span and p tags: [combine-galleries itemtag=”div” icontag=”span” captiontag=”p”] link Specify where you want the image to link. If this option is not specified or if no value is given, the image links to the attachment’s permalink. Options: “file” – Link directly to image file “none” – No link Ignored WordPress Gallery Option id specify the post ID. combine-galleries ignores the id option. The design goal of combine-galleries is to combine and display images from multiple posts based on taxonomy. The id option is used to display images from just one specific post. If you need to display images from a single post then the gallery shortcode is best.
Top keywords
- default21×2.05%
- post20×1.95%
- combine-galleries18×1.76%
- images17×1.66%
- gallery16×1.56%
- tag15×1.46%
- category13×1.27%
- display13×1.27%
- posts13×1.27%
- order10×0.98%
- specify10×0.98%
- options9×0.88%
Filterable Portfolio
A WordPress Portfolio plugin to display portfolio/project images to your site. Features Fully responsive Portfolio Showcase with sorting images by groups. Supported Browsers: Chrome, Firefox, Edge, IE 11, Safari Two portfolio themes with css3 effect Single portfolio page template Slide of portfolio images on single portfolio page Related Projects on single portfolio page Setting page with many options Custom Meta box for Project Images, Client Name, Project Date and Project URL Usages If you are using Gutenberg Block Editor (WordPress 5.0 or later), search ‘Filterable Portfolio’. There is a dedicated ‘Filterable Portfolio’ block with live preview for Gutenberg Block Editor. After installing and activating the plugin, a new custom post type called “Portfolios” will appear at your WordPress Admin area. Just create your Portfolio from the “Portfolios” menu & paste the following shortcode where you want to display this Portfolio: [filterable_portfolio] The shortcode can include following attributes. featured: Default value no. Value can be yes or no. show_filter: Default value yes. Value can be yes or no. filter_by: Default value categories. Value can be categories or skills. theme: Default value one. Value can be one or two. buttons_alignment: Default value center. Value can be start or center or end. Example 1: [filterable_portfolio featured='yes' show_filter='no'] Theme Integration Filterable Portfolio works with most theme out of the box. But the following theme support its full features like single, archive and taxonomy template. Filterable Portfolio is fully integrated with the following themes. Shapla – https://wordpress.org/themes/shapla/ CREDIT Isotope tiny-slider
Top keywords
- portfolio16×6.23%
- value10×3.89%
- filterable6×2.33%
- filterable portfolio6×2.33%
- default5×1.95%
- default value5×1.95%