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
| ["name"=>"","pattern"=>"","constraints"=>[],"controller"=>"::","method"=>"GET"], |
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
| <!DOCTYPE HTML> | |
| <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="fr"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="fr"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="fr"> <![endif]--> | |
| <!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --> | |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php bloginfo('language');?>"> <!--<![endif]--> | |
| <head> | |
| <meta charset="<?php bloginfo( 'charset' ); ?>"> | |
| <meta name="viewport" content="width=device-width" /> |
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: | |
| */ | |
| ?> |
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 | |
| /* | |
| Plugin Name: Blank Plugin | |
| Plugin URI: www.nicolas-canfrere.com | |
| Description: Plugin snippet | |
| Author: Nicolas Canfrere | |
| Author URI: www.nicolas-canfrere.com | |
| Version: 1.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
| if(function_exists("register_post_type")){ | |
| $labels = array( | |
| 'name' => 'Portfolio', | |
| 'singular_name' => 'Réalisation', | |
| 'add_new' => 'Ajouter une réalisation', | |
| 'add_new_item' => 'Ajouter une nouvelle réalisation', | |
| 'edit_item' => 'Editer une réalisation', | |
| 'new_item' => 'Nouvelle réalisation', | |
| 'all_items' => 'Toutes les réalisations', |
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
| /* | |
| Theme Name: Blank theme | |
| Theme URI: | |
| Description: | |
| Author: Nicolas Canfrere | |
| Version: 1.0 | |
| License: GNU General Public License | |
| License URI: license.txt | |
| Tags: | |
| */ |