Archive for septembre, 2010

Modifier le logo « WordPress » des pages d’administrations !

Posted on Mardi, septembre 28th, 2010 by

Modifier le logo « WordPress » des pages d’administrations ! function GkLogo() { echo ‘<style type= »text/css »> #header-logo { background-image: url(/logo-admin.png) !important; } </style>’; } add_action(‘admin_head’, ‘GkLogo’); Ce bout de code est à coller dans le fichier « functions.php » de votre thème WordPress. Il permet de remplacer le logo situé à côté du titre de votre blog en haut [...]

Posted in communication by | Commentaires fermés

Personnaliser le menu dynamique « Favoris » de votre administration WordPress !

Posted on Mardi, septembre 28th, 2010 by

Personnaliser le menu dynamique « Favoris » de votre administration WordPress ! add_filter(‘favorite_actions’, ‘GkFavoris’); function GkFavoris($actions) { unset($actions['medias-new.php']); $actions['http://www.geekeries.fr/'] = array(‘Un blog’, ‘manage_options’); $actions['http://www.google.fr/'] = array(‘Un exemple’, ‘manage_options’); return $actions; } « unset » permet de supprimer un élement du menu dynamique. Ce code est à coller dans le fichier « functions.php » de votre thème WordPress. Il permet de personnaliser [...]

Posted in communication by | Commentaires fermés

Langues

Les News de Talandria

Reseaux sociaux

Refbook votre catalogue Ebook

Twitter

Viadeo

QR-code

Inscription mailing
* indicates required

Contactez moi

Telephone

06.58.80.27.67

de 9h à 19h Lundi au Samedi

Support live

Site protected by VNetPublishing.Com Web Security Tools