Update on February 12, 2017: Created a Plugin version of this. See near the end of this post. Wouldn’t it be handy to be able to easily copy a media item URL directly on the main Media Library screen rather than having to open the item? The following is better formatted version of this code […]
Search Results for: image
How to add a Time admin column in WordPress Media Library
Looking to display the time at which media has been attached/uploaded to your WordPress library along with the date? Add the following in your child theme’s functions.php: add_filter( ‘manage_media_columns’, ‘sk_media_columns_time’ ); /** * Filter the Media list table columns to add a Time column. * * @param array $posts_columns Existing array of columns displayed in […]
Reply To: Use srcset for background images in widget areas?
See if this helps: https://sridharkatakam.com/replacing-standard-image-control-cropped-image-control-customizer-altitude-pro/
How to add an additional non-front page customizer setting in Parallax Pro
I finished a customization work yesterday whose inputs was: I created a new page template for parallax pro in order to make a salespage. The only thing is I would like to add the possibility to upload a background image in customizer for the top widget (.product-name) on this page only. In this tutorial, I […]
How to move post info above title in Genesis Featured Posts widgets
In the comments section of Custom Genesis Featured Posts Widget plugin tutorial, a user asks: First of all, thank you for this plugin! However, I’ve been busy the last two hours trying to move the entry-meta above the title…to no avail! Could someone please point me in the right direction. Where to pass the $args[‘before_title]? […]
Grid Based Responsive Tabs in Genesis using GridTab
GridTab is a lightweight jQuery plugin to create grid based responsive tabs. In this tutorial, we shall display a grid of featured images of posts which when clicked will slide reveal details panel showing a larger image, title and read more button linking to their respective single post. When the panel is open, users can […]
How to remove post info from a specific post in Genesis
In my previous tutorial titled How to remove Post info conditionally in Genesis, I shared code to remove post info from all archives posts on a Page that uses Blog Page Template all entries of a particular CPT What if you want to get rid of the post info from a particular post or a […]
Custom Shortcode for Primary Category Link in Genesis Entry Meta using ACF
In GenesisWP Facebook group a user asked: I am looking for a way to limit the category shown in the post meta to 1 (the default category assigned to the post). I have many posts in 2 categories to maximize content distribution throughout the site. I would love for an option to choose which category […]
How to add a Featured section below the header in Digital Pro
Want to add a widget area below header on the front page in Digital Pro? Follow the steps below. Step 1 In Digital Pro’s functions.php below // Register widget areas. add To view the full content, please sign up for the membership. Already a member? Log in below or here.
Adjacent Entry Navigation in Genesis with Thumbnails
In GenesisWP Facebook group a user asked: Does anyone have a tutorial or some direction on how I can add thumbnails to the entry post pagination like the mockup pictured below? TIA We can tweak the code from the earlier tutorial titled Visual Adjacent Entry Navigation in Genesis to display links to previous and next […]
Recent Comments