Featured Galleries
Hello Theme Developers! Have you ever added a Featured Image to a post and thought to yourself, “I wish I could add more than one image this way”? Well, now you can. Featured Galleries mirrors the Featured Images functionality of WordPress. The only difference is that posts get an entire gallery rather than just a single image. These galleries behave almost exactly like Featured Images, and make use of WordPress’s built in Media Manager. Users can select images, define the order, and save the gallery, all through a simple drag-n-drop interface. Note: This plugin DOES NOT HANDLE THE FRONTEND HTML CREATION. That is left for themes to handle, to allow for maximum flexibility. Featured Galleries just handles the backend/admin interface for creating featured galleries and storing them as metadata. You will need to integrate this into your theme, or use a theme with prebuilt integration. Quick Start Guide to Integrate Into Themes For more information, see GitHub Wiki. I’ve tried to make this as intuitive as possible. Themes can integrate Featured Galleries in the same way they integrate Featured Images. Inside any template file where the gallery should appear, the theme will call the get_post_gallery_ids() function. As long as it is used inside the loop, the function doesn’t need any parameters. By default, it will return an array of image IDs. Example Set inside the Loop. This returns all images in the Featured Gallery, as an array, then loops through to display each using an HTML tag. $galleryArray = get_post_gallery_ids(); foreach ( $galleryArray as $id ) { echo ' '; } You can also customize the returned value from the function to suit your needs. See the full function documentation page for details. Custom Post Types The plugin comes with a filter to easily add Featured Galleries to custom post types. See the fg_post_types documentation page for details. Customizing the Media Manager The media manager can be customized in sevearl ways. See the fg_show_sidebar and fg_use_legacy_selection filter documentation pages for details. Want to Help? I’d love some help with internationalization. It was working at one point, but drivingralle did that code because I don’t really understand it, and I’m not sure it’s still working.
Top keywords
- featured10×2.63%
- galleries6×1.58%
- gallery6×1.58%
- post6×1.58%
- featured galleries5×1.32%
- images5×1.32%
- function4×1.05%
- image4×1.05%
- integrate4×1.05%
- see4×1.05%
- theme4×1.05%
- details3×0.79%
WPC Admin Columns
Managing an online store on WordPress is made easier with the WPC Admin Columns plugin. This plugin offers a listing of columns in the admin dashboards for different post-types, so you can adjust the columns’ width, quickly find the ones to be edited, and preview the details at a glance. A variety of data and parameters will be displayed for faster preview of different post-types – products, posts, pages, and especially, orders. For example, instead of choosing a filter to find a specific product type, now users can see which type each product belongs to with the “Product type” column. It’s super helpful to detect special product types, namely Smart Bundles/ Smart Composite & Smart Grouped. The most remarkable feature in this plugin is the custom columns for products and orders. In the content of these custom columns, it’s possible to insert texts and shortcode. There’s also a Remove button for each custom column to be left out of the column list effortlessly. With this, shop owners and administrators can literally display any piece of information they want in the backend dashboard. Key features Easily turn on/off the columns with 1 button Drag and drop to rearrange the columns Customize the width of columns Add unlimited new columns to the list Support multiple post-types: posts, products, pages, etc. Support multiple taxonomies: category, tag, collection, brand, product category, product attribute, etc. Support comments, attachment, plugins Plenty of predefined columns of data Posts/pages: post properties, post ID, excerpt & name Products: metadata, product ID, type, name, status, etc. Orders: order ID, status, billing, payment, notes, etc. Custom column: editable, removable content with text & shortcode Reset all custom column settings to the original in 1 click Work well with many WPC plugins & all WPC themes Work well with common WordPress themes and plugins Default Columns WordPress allows users to check/uncheck the columns they want to display or hide from the Screen Options menu. However, it’s time-consuming when you need to modify more data at the same time and very annoying to open that menu several times. WPC Admin Columns helps you go further by listing all columns in one popup so they can grab the information in an instance. Default columns will be listed on top of each list: Products: Image, Name, SKU, Stock, Price, Categories, Tags, Featured, Date Orders: Order, Date, Status, Billing, Ship To, Total, Actions, the Latest Note, Note Pages: Title, Author, Comments, Date Posts: Title, Author, Categories, Tags, Comments, Date Management of Products & Orders By default, WooCommerce only shows some of the product details in the Products dashboard. Our plugin makes it more straightforward for shop owners and administrators to preview products’ type, status, description, short description, weight, length, width, height, dimensions besides basic information, namely product ID & name. For orders, users are entitled to not just preview basic information such as Order, Date, Status, Billing, Ship To, Total, Actions, Latest Note, Note. There is an individual column exclusive for notes created by the WPC Order Notes for WooCommerce plugin. Clicking on the icon under the Notes column, then the popup will be opened for users to preview all existing notes and add a new one if they want. Work in the WPClever Ecosystem Being a new member in the plugin collection of WPClever means there are huge possibilities that many features of other WPC plugins are integrated and ready to use for users. It also means this plugin is fully tested on any of our WPC themes, so users can expect smooth performance if they use any of our themes for the online store. For products, there are ready-made columns for: Pricing plugins: WPC Price by Quantity & WPC Price by User Role Product management: WPC Smart Product Collections & WPC Brands Wishlist management: WPC Smart Wishlist Timers: WPC Product Timer & WPC Countdown Timer Under these columns, users can click on the icon to access the Quick Edit popup and preview the settings. Saving time in managing your products & orders should be the very first step to higher success. Need more features? Please try other plugins from us: WPC Variation Bulk Editor WPC Variation Duplicator WPC Backend Product Filter WPC Smart Linked Products WPC Custom Related Products