Video Galleries
Audio Support
Image Downloads
Fullscreen Images
Image Proofing
Albums
ZIP File Import
Gallery Defaults
WooCommerce
Photo Proofing
Documentation, Reference Materials and Tutorials for Envira Gallery
Do you have Breadcrumbs enabled inside of Envira Gallery, and would you like to change the URL of the homepage?
This tutorial will walk you through how to change the default homepage URL to a custom URL for Envira Breadcrumbs with some code tweaks.
This article contains PHP, CSS, and/or JavaScript to customize our plugin. We offer this code as a courtesy but don’t provide support for additional code customizations or 3rd party development.
To change the default Homepage URL to a different URL, you’ll need to add the following code.
If you need help adding custom code to your site, please check out our guide on adding custom PHP or JavaScript to your site.
/* Change the Homepage URL inside Envira Breadcrumbs
*
* @link https://enviragallery.com/docs/how-to-change-the-homepage-url-inside-envira-breadcrumbs/
*/
add_filter( 'envira_breadcrumbs_data', 'test_envira_breadcrumbs_data', 10, 5 );
function test_envira_breadcrumbs_data( $breadcrumbs, $album_id, $gallery_id, $separator, $album_post_id ) {
//Change the title and url to your own
$breadcrumbs[0]['title'] = 'Your Title Here';
$breadcrumbs[0]['url'] = 'http://www.customurl.com';
return $breadcrumbs;
}
The following code is set to change the default homepage URL to https://www.enviragallery.com. On lines 8 and 9 below, you will need to add your own custom title and URL.
After adding the code, you will see the homepage URL changed to the URL that was added inside the code.

That’s it! Would you like to extend Envira further? Check out our tutorial on How to change the Image Counter Image text inside of the Envira Gallery Image Counter.
A: At this time, the text and URL entered in this plugin will be applied to all galleries that have Breadcrumbs enabled.

Envira Gallery: Create, Showcase, and Sell Your Work – Trusted by 150k+ Sites.
Enter the URL of your WordPress website to install

Unlock even more powerful features designed to make your galleries even more beaituful.
Video Galleries
eCommerce
Social media Sharing
Adobe Lightroom
And much more!
Copyright © [#this year :%Y] Envira Gallery, LLC. Envira Gallery is a trademark of Envira Gallery, LLC.
You're now part of our rewards program! Start earning points and rewards with every purchase.
Start shoppingCreate a free account to start earning points and unlocking member-only perks.
Already have an account?
Welcome back! Sign in to access your rewards.
Don't have an account?
Share your link with friends. They get a reward and you earn one when they purchase.
You were sent a gift
You have received
Use at checkout on your first order
Enter your email to claim it now.
Already have an account?
No rewards available to redeem at this time.
Check back later for new ways to use your points.
Already have an account?
Requires an account to redeem
Redeem rewards now
Turn your into discounts and perks
Instant setup
One click and you're ready to go
Redeemed
Use this coupon on your next order
Free product applies automatically.
Start earning to unlock your first reward
This product is currently out of stock
Your reward will remain available when the product is back in stock.
Free product applies automatically.
You're now part of our rewards program! Start earning points and rewards with every purchase.
Start shoppingCreate a free account to start earning points and unlocking member-only perks.
Already have an account?
Welcome back! Sign in to access your rewards.
Don't have an account?
Share your link with friends. They get a reward and you earn one when they purchase.
You were sent a gift
You have received
Use at checkout on your first order
Enter your email to claim it now.
Already have an account?
No rewards available to redeem at this time.
Check back later for new ways to use your points.
Already have an account?
Requires an account to redeem
Redeem rewards now
Turn your into discounts and perks
Instant setup
One click and you're ready to go
Redeemed
Use this coupon on your next order
Free product applies automatically.
Start earning to unlock your first reward
This product is currently out of stock
Your reward will remain available when the product is back in stock.
Free product applies automatically.