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
| #!/bin/bash | |
| # | |
| # Backup and update WordPress using wp-cli | |
| # | |
| # Set the -e shell option so the script exits immediately if any command within | |
| # it exits with a non-zero status. | |
| set -e | |
| # Set PATH environment variable |
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 | |
| // in function.php of your theme or in mu-plugin file … | |
| //* SEO - fight duppplicate meta title on paginate section | |
| add_filter( 'wp_title', 'genesis_paginate_title', 35, 3 ); | |
| if (!function_exists('genesis_paginate_title')) | |
| { | |
| function genesis_paginate_title($title, $sep) | |
| { | |
| global $page, $paged; |
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
| #nav ul | |
| { | |
| margin: 10px 0; | |
| padding: 0px 0 0px 30px; | |
| background: #269; | |
| border-radius: 3px; | |
| border: 2px solid #ccc; | |
| } |
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
| #nav ul | |
| { | |
| margin: 10px 0; | |
| padding: 0px 0 0px 30px; | |
| background: #269; | |
| border-radius: 3px; | |
| border: 2px solid #ccc; | |
| } |
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
| #nav ul | |
| { | |
| margin: 10px 0; | |
| padding: 0px 0 0px 30px; | |
| background: #269; | |
| border-radius: 3px; | |
| border: 2px solid #ccc; | |
| } |
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
| /** | |
| * Feuilles superposées | |
| */ | |
| /* Petite mise en page */ | |
| body { | |
| width: 375px; | |
| margin: 20px auto; | |
| font-family: helvetica, arial, sans-serif; | |
| color: #fff; |
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
| /** | |
| * Feuilles superposées | |
| */ | |
| /* Petite mise en page */ | |
| body { | |
| width: 375px; | |
| margin: 20px auto; | |
| font-family: helvetica, arial, sans-serif; | |
| color: #fff; |
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
| /** | |
| * Feuilles superposées | |
| */ | |
| /* Petite mise en page */ | |
| body { | |
| width: 375px; | |
| margin: 20px auto; | |
| font-family: helvetica, arial, sans-serif; | |
| color: #fff; |
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
| /** | |
| * Feuilles superposées | |
| */ | |
| /* Petite mise en page */ | |
| body { | |
| width: 375px; | |
| margin: 20px auto; | |
| font-family: helvetica, arial, sans-serif; | |
| color: #fff; |
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
| /** | |
| * Feuilles superposées | |
| */ | |
| /* Petite mise en page */ | |
| body { | |
| width: 375px; | |
| margin: 20px auto; | |
| font-family: helvetica, arial, sans-serif; | |
| color: #fff; |
NewerOlder