In GenesisWP Slack chat, a user asked: I’d like to display featured image as a background to entry title and post info on home and archive pages. Can anyone point me to any tutorials, please! I’ve been trying to figure this out myself for the past two hours. Thanks! genesis_attr filter can be used to […]
Custom Video Insert with Image Fallback in Genesis
A website I recently worked on had the following requirement: The site owner should be able to enter the ID of a YouTube video when editing Posts. For posts that have video ID provided, the thumbnail should automatically be pulled from YouTube and shown on the archives with a video icon overlayed. Clicking on the […]
How to add File Size admin column in WordPress Media Library
Looking to add file size column in the WordPress media library? Add the following in child theme’s functions.php: If you would like to use a plugin for the same, here are a few options: Media Files Tools Admin Columns References: http://wordpress.stackexchange.com/a/195842/14380 https://codex.wordpress.org/Function_Reference/size_format
Genesis Archives Grid Displaying Categories, Title, Image and Post Info
In my tutorial requests Trello board, a user asked: Is it possible to split post meta? What I want is a grid archive such that categories are listed above the title, then there’s an image (under the title), under the image are the tags. Possible? Thanks to the built-in hooks and shortcodes for categories and […]
How to add a URL admin column in WordPress Media Library
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 […]
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 […]
Replacing standard Image Control with Cropped Image control in the Customizer in Altitude Pro
In the members-only forum, a user asked: Hi, Now that WP has native support for responsive images – wouldn’t it be great to be able to use srcset for the big beautiful background images often used in the widgets area. (For example in Altitude Pro) At the moment it looks at whatever image is selected […]
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 […]
Side by side images with centered widget areas in Altitude Pro’s front page
In the comments section of Side by side images Landing page with centered widget areas in Genesis tutorial, a user asked: Hi Sridhar, How can I add this landing page in Altitude Pro? I’ve tried to change the static front page with a custom page having the side-by-side template and it doesn’t work. Any suggestions? […]
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]? […]
Recent Comments