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 //* do not include this opening PHP tag | |
/** | |
* Category Archive in Gallery Format | |
* | |
* @author Genesis Developer | |
* @license GPL-2.0+ | |
* @link http://genesisdeveloper.me/ | |
* @copyright Copyright ( c ) 2015, Genesis Developer. | |
*/ |
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 //* Don't include this PHP open tag | |
/** | |
* Filename: taxonomy_title_description.php | |
* | |
* @author Chinmoy Paul | |
* @link http://genesisdeveloper.me | |
* @copyright Copyright (c) 2015 Genesis Developer. | |
*/ | |
//* Add this code in your functions.php file |
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 | |
/** | |
* Creating checkerbord effect using Genesis Featured Posts Combo Plugin | |
* | |
* @author Chinmoy Paul | |
* @copyright Copyright (c) 2016, Genesis Developer | |
* @license GPL-2.0+ | |
* @link http://genesisdeveloper.me/creating-checkerboard-effect-featured-posts-atmosphere-pro-home-page/ | |
*/ | |
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 | |
/** | |
* Displaying category / tags / taxonomy intro text on 1st page only | |
* | |
* @author Chinmoy Paul | |
* @copyright Copyright (c) 2016, Genesis Developer | |
* @license GPL-2.0+ | |
* @link http://genesisdeveloper.me | |
*/ | |
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 | |
/** | |
* Moving the entry meta above the entry title | |
* | |
* @author Chinmoy Paul | |
* @link http://genesisdeveloper.me | |
* @copyright Copyright (c) 2015 - 2016 Genesis Developer | |
* @license GPL - 2.0+ | |
*/ | |
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 | |
//* Do not add PHP opening tag. Copy the code below this line | |
add_action( 'genesis_header', 'elegance_header_wrapper_open', 4 ); | |
function elegance_header_wrapper_open() { | |
if( !is_front_page() ) | |
return; | |
echo '<div class="site-header-container"><div class="wrap">' . "\n"; | |
} |
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 //* Remove this line | |
add_filter( 'genesis_get_image', 'gd_category_post_image', 10, 6 ); | |
/** | |
* Replacing the featured image with any other internal image of post | |
* if there have more than one image and not set as featured image | |
* | |
* @author Chinmoy Paul | |
* @copyright Copyright (c) 2017, Genesis Developer | |
* @license GPL 3.0+ |
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
.ff_t_c, | |
.ff_gdpr_field { | |
vertical-align: top!important; | |
} |