Skip to content

Instantly share code, notes, and snippets.

@gregoirenoyelle
Last active October 19, 2015 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoirenoyelle/6e08825e90c8a94952c5 to your computer and use it in GitHub Desktop.
Save gregoirenoyelle/6e08825e90c8a94952c5 to your computer and use it in GitHub Desktop.
Genesis Add Custom Post type
<?php
/** Supprimer les post info */
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
/** Suprimer les post meta */
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
<?php
// Appeler le fichier avec les réglages de mon contenu personnalisé
get_template_part('contenu','cuisinier');
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment