Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 24c0a156 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

.

parent 81ca205c
Branches
No related tags found
No related merge requests found
...@@ -447,6 +447,10 @@ function createCard($params) { ...@@ -447,6 +447,10 @@ function createCard($params) {
}; };
add_shortcode('cc-card', 'createCard'); add_shortcode('cc-card', 'createCard');
//Ajout du menu 'attributs de pages' sur les posts pour pouvoir modifier l'ordre (pour le parcours de l'accueil)
add_action( 'admin_init', 'posts_order_attribute' );
function posts_order_attribute()
{
add_post_type_support( 'post', 'page-attributes' );
}
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment