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 […]
Search Results for: image
How to add links to Previous Post and Next Post on single Posts in Genesis
Genesis has a handy function called genesis_prev_next_post_nav() which displays links to previous and next posts. To display the prev and next post i.e., adjacent entry pagination on single posts, add this in child theme’s functions.php: // Add single post navigation. add_action( ‘genesis_entry_footer’, ‘genesis_prev_next_post_nav’ ); To give some breathing room below, in child theme’s style.css add […]
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 […]
Responsive menu inside an off-canvas side menu using Slideout.js in Genesis
Updated on June 12, 2018 In one of my earlier tutorials, I wrote about Slideout in Genesis where the off-canvas side menu was set to show the widgets placed in a custom widget area. In this article, we shall move the mobile responsive menu which appears after clicking/tapping the hamburger menu icon (from 959px and […]
Custom Genesis – Featured Page Widget plugin
Looking to make changes in the output of Genesis – Featured Page widget(s)? Get Custom Genesis – Featured Page Widget plugin from Github This is similar to Custom Genesis Featured Posts Widget plugin, but for the Genesis Featured Page widget(s) instead of Genesis Featured Posts widget(s). Sample usage: How to unlink featured image from Genesis […]
if conditional in WordPress for checking if a post has been published between two dates
In the members-only forum, a user asked: I need to know if is possible a conditional from date, for example is_date (1 april 2017 to 1 septiembre 2017){ } This tutorial provides the code to display a Promo Bar above header on single posts published between the specified start and end dates in Genesis. Approach […]
How to display WordPress Popular Posts in columns
WordPress Popular Posts is one of the most popular plugins for displaying popular posts (based on the number of views) in WordPress. This tutorial provides the steps to display 3 most popular posts in columns with image, title and category appearing one below the other in each post in a custom “Home Featured” widget area […]
Reply To: Masonry Blog Page
My images would actually be the same size, but yes happy to send you login information if that is still helpful.
Taxonomy archive template to show CPT entries grouped by another taxonomy in WordPress
Scenario: CPT: books Associated Taxonomy 1: universe Associated Taxonomy 2: series Requirement: In universe taxonomy’s term archives, show books grouped by series. Here’s the PHP code in taxonomy-universe.php for this: To view the full content, please sign up for the membership. Already a member? Log in below or here.
Querying multiple taxonomies in WordPress
Scenario: CPT: books Associated Taxonomy 1: universe Associated Taxonomy 2: series Requirement: For each universe show the books grouped by their series. Note: Unlike in the screenshot, the code below ensures that if there are no books in a series, the series name will not appear. Also, as can be seen, books were present only […]
Recent Comments