brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| <?php | |
| if ( !function_exists('your_pagination')) : | |
| function your_pagination($custom_query) { | |
| if ( !$current_page = get_query_var( 'paged' ) ) $current_page = 1; | |
| $permalinks = get_option( 'permalink_structure' ); | |
| if( is_front_page() ) { | |
| $format = empty( $permalinks ) ? '?paged=%#%' : 'page/%#%/'; | |
| } else { |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| /** | |
| * Responsive WordPress Core Theme Styles | |
| * http://jeffsebring.com/responsive-wordpress-images/ | |
| --------------------------------------------------- */ | |
| .sticky, | |
| .bypostauthor, | |
| .gallery-caption { | |
| display: normal; | |
| } |