Thèmes

TwitterFacebook
Get flash to fully experience Pearltrees
http://codex.wordpress.org/fr:Marqueurs_de_Modele Les marqueurs de modèle sont utilisés par les Modèles (en anglais) de votre blog pour afficher dynamiquement des informations ou pour le personnaliser, fournissant les outils pour le rendre aussi original et intéressant que vous l'êtes. Ci-dessous figure la liste des marqueurs généralistes disponibles pour les utilisateurs dans WordPress, triés par type d'utilisation.

fr:Marqueurs de Modele « WordPress Codex

Stepping Into Template Tags « WordPress Codex

http://codex.wordpress.org/Stepping_Into_Template_Tags If you take a peek into the header.php template file that came with your WordPress Theme , you will notice that where it says "My Blog Name", whatever it is, when you view your WordPress site, it doesn't say "My Blog Name" in the template file . In fact, it has a bunch of strange arrows and parentheses and words that don't make much sense. A template tag is code that instructs WordPress to "do" or "get" something.

Anatomy of a Template Tag « WordPress Codex

This document provides a brief examination of the animal known as the WordPress template tag , to help those who may be new to WordPress and PHP understand what template tags are and how they're used. WordPress is built with the PHP scripting language. Though you certainly don't need to be a PHP developer to use it, knowing a little about the language can go a long way in getting the most out of WordPress. http://codex.wordpress.org/Anatomy_of_a_Template_Tag
Templates are the files which control how your WordPress site will be displayed on the Web.

Templates « WordPress Codex

http://codex.wordpress.org/Templates
http://codex.wordpress.org/Theme_Review

Theme Review « WordPress Codex

The WordPress Theme Review Team provides and maintains the following documents as part of their task as WordPress Contributors and Developers for the WordPress Theme Directory .
http://codex.wordpress.org/Theme_Development This article is about developing WordPress Themes.

Theme Development « WordPress Codex

How to Pass Tag Parameters « WordPress Codex

http://codex.wordpress.org/How_to_Pass_Tag_Parameters Template tags are PHP functions you can embed in your WordPress page templates to provide dynamic blog content. And like PHP functions, many template tags accept arguments, or parameters.
Template tags are used within your blog's Templates to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in WordPress, sorted by function-specific category. http://codex.wordpress.org/Template_Tags

Template Tags « WordPress Codex

http://codex.wordpress.org/Function_Reference

Function Reference « WordPress Codex

The files of WordPress define many useful PHP functions. Some of the functions, known as Template Tags , are defined especially for use in WordPress Themes. There are also some functions related to actions and filters (the Plugin API ), which are therefore used primarily for developing Plugins.