Vous êtes sur la page 1sur 65

Creando un

tema para
WordPress
desde cero

jesus@jesusamieiro.com

Creando un tema
para WordPress en
das
horas
minutos

21

1
Qu es un
tema?

2
HTML/CSS

index.html
style.css

3
Plantillas

get_header()
get_sidebar()
get_footer()

header.php

sidebar.php

footer.php

index.php

4
CSS

/*
Theme Name: WP_ejemplo
Theme URI: http://fontethemes.com/es/wp_ejemplo
Author: Fonte Themes
Author URI: http://fontethemes.com/
Description: WP_ejemplo es un tema creado para
mostrar el desarrollo de un tema WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl2.0.html
Text Domain: WP_ejemplo
Domain Path: /languages/
Tags:
En esta zona podemos introducir comentarios
*/

header.php

bloginfo( 'stylesheet_url' );

screnshot.png
600x450px

5
El bucle

index.php

6
Header

7
Men

functions.php

header.php

8
Widgets

functions.php

header.php

sidebar.php

9
Footer

footer.php

10
Plantillas

page.php

page-full-width.php

single.php
comments.php
search.php
archive.php

11
Otros elementos

Temas hijo
Publicacin: Github, WP,
Licencia
Internacionalizacin
Codex
Git
Datos de prueba
Paginacin
Paneles de control

www.jesusamieiro.com
30/05/2014 Marbella

Vous aimerez peut-être aussi