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 | |
| /** | |
| * Template Name: blog | |
| * | |
| * A custom page template for displaying blog archives. | |
| * | |
| * @package Hatch Pro | |
| * @subpackage Template | |
| */ |
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
| add_filter( 'origin_byline', 'my_byline' ); | |
| function my_byline( $byline ) { | |
| $byline = '<div class="byline">' . __( 'Article by [entry-author] - [entry-comments-link]', 'origin' ) . '</div>'; | |
| return $byline; | |
| } |
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
| # ma config | |
| seen-local-config.php | |
| # stockage de mon backup xml | |
| tmp/ | |
| # mes fichiers exportes | |
| seen/ | |
| # mac os x |
NewerOlder