Skip to content

Instantly share code, notes, and snippets.

View cpaul007's full-sized avatar
🏠
Working from home

Chinmoy Paul cpaul007

🏠
Working from home
View GitHub Profile
@cpaul007
cpaul007 / entry_meta_above_title.php
Created July 29, 2016 02:40
Move entry meta above the entry title
<?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+
*/
@cpaul007
cpaul007 / gd_intro_text_output.php
Created May 19, 2016 03:38
Displaying category / tags / taxonomy intro text on 1st page only
<?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
*/
@cpaul007
cpaul007 / gfpc_checkerboard_functions.php
Last active November 27, 2017 02:55
Creating checkerboard layout effect with featured posts on Atmosphere Pro Home page. Genesis Featured Posts Combo plugin is using for it.
<?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/
*/
@cpaul007
cpaul007 / taxonomy_title_description.php
Last active October 13, 2021 11:04
Display taxonomy title and desciption
<?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
@cpaul007
cpaul007 / simple_social_icons_css.php
Last active October 1, 2015 06:13
Showing different color style
<?php //* do not include this opening PHP tag
/**
* Add custom css in <head> tag
*
* @author Genesis Developer
* @license GPL-2.0+
* @link http://genesisdeveloper.me/
* @copyright Copyright ( c ) 2015, Genesis Developer.
*/
@cpaul007
cpaul007 / category_archive_in_gallery_format.php
Last active August 29, 2015 14:24
Category archive page in gallery format
@cpaul007
cpaul007 / add_catgeory_tags_in_page.php
Last active August 29, 2015 14:23
Adding Categories and Tags into Pages
<?php //* Do not include this opening tags
//* All codes will go to functions.php file
/**
* Displaying categories and tags at bottom of the pages
*
* @author Genesis Developer
* @link http://genesisdeveloper.me
* @since 1.0
@cpaul007
cpaul007 / gfpc_prev_next_nav.php
Created June 18, 2015 11:33
Replacing default prev/next arrow with font awesome icon
<?php
//* Do not add this opening tag
/**
* Replacing default Prev/Next arrow with Font Awesome icon
*
* Add the following codes in functions.php file
*
* @author Genesis Developer
* @link http://genesisdeveloper.me
@cpaul007
cpaul007 / gfpc-genesis-simple-share.php
Last active August 29, 2015 14:23
Displaying Genesis Simple Share icons in Genesis Featured Posts Combo Plugin
<?php
// Do not include PHP open tag
/**
* Displaying Genesis Simple Share icons in Genesis Featured Posts Combo Plugin
*
* @author Genesis Developer
* @link http://genesisdeveloper.me
*
* @since 1.0
@cpaul007
cpaul007 / slider.css
Created November 18, 2014 16:30
CSS for flexslider
.minimum .flexslider {
background: #fff;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin: 0 auto;