Created
April 29, 2020 16:15
-
-
Save vfontjr/c715891ddff9f91ab15014287533e0db to your computer and use it in GitHub Desktop.
Source code for https://victorfont.com/gallery-pro-full-width-home-slider/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
genesis_widget_area( 'front-page-1', array( | |
'before' => '<div id="front-page-1" class="front-page-1 flexible-widget-area bg bg-scrim" style="background-image: url(' . $front_page_image_1 . ')">', | |
'after' => '</div>', | |
) ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
genesis_widget_area( 'front-page-1', array( | |
'before' => '<div id="front-page-1" class="front-page-1 flexible-widget-area bg bg-scrim" style="background-image: url(' . $front_page_image_1 . ')"><div class="wrap">', | |
'after' => '</div></div>', | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment