This tutorial provides the steps to display featured image (if present) below the site header on static Pages in Infinity Pro. Step 1 Add the following in Infinity Pro’s functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here. Username Password Remember Me […]
Search Results for: wordpress
Video Background for Front Page 1 section of Showcase Pro
In the comments section of Video Background in Infinity Pro, a user asked: Please can You tell me how to do same on showcase pro theme? This tutorial provides the steps to display a background video in the hero (front page 1) widget area of Showcase Pro. Live Demo Tested in Showcase Pro 2.0.2. Step […]
Custom slider showing featured posts and featured events in Genesis
In Genesis Facebook group, a user asked: Genesis Responsive Slider: I currently have a “featured” category that populates the slider. We use Modern Tribe Events on the website. I would like to create an event category called “Featured Events” and have those also included in the slider. Any insight on how to marry both of […]
How to unlink featured image from Genesis – Featured Page widgets
In Genesis WordPress Facebook group, a user asked: Hi everyone. On Genesis Featured Page, how can I disable link to page from featured image? I’m using Atmosphere Pro. Custom Genesis – Featured Page Widget plugin can be used for this. Here’s how. Step 1 Install and activate Custom Genesis Featured Page Widget plugin. Step 2 […]
Reply To: Conditionals by date
Here you go. if conditional in WordPress for checking if a post has been published between two dates
Responsive “background” image for Front Page 1 section in Digital Pro
Digital Pro has code that automatically sets the height of Front Page 1 widget area to that of viewport height and uses Backstretch jQuery script to set an image (changeable via WordPress customizer) as its background. There might be cases when you want the Front Page 1 section to take up only as much height […]
How to set featured image as background for Posts page heading in Genesis
When a static Page has been set as Posts page at Settings > Reading, the title of the Page will automatically appear as a heading on the Posts page in Genesis. This tutorial provides the steps to grab URL of the featured image set for this Page and set it as background image for the […]
Custom Author Archive Intro in Genesis
In the comments section of Custom Page Template for Authors Index in Genesis, a user wanted me to ..Add a template for the author showing a short bio and all the posts from the author. WordPress provides an archive page for every author accessible at example.com/author/authorname/ which lists all posts by that author. Posts Grid […]
Custom Page Template for Authors Index in Genesis
This tutorial provides the steps to get the list of all users in the site, loop through them and if the user has published at least one post, display the user’s avatar, display name and job title (a custom user profile field) and use CSS Grid with a Flebox fallback to display the results in […]
Default Footer in Genesis
Footer content in Genesis, out of the box will appear like this: If you’d like to modify it, add this in child theme’s functions.php: add_filter( ‘genesis_footer_creds_text’, ‘custom_footer_creds_filter’ ); /** * Change Footer text. * * @link https://my.studiopress.com/documentation/customization/shortcodes-reference/footer-shortcode-reference/ */ function custom_footer_creds_filter( $creds ) { $creds = ‘Copyright © 2024 · Genesis Sample on Genesis Framework · WordPress […]
Recent Comments