Ver Mensaje Individual
  #9 (permalink)  
Antiguo 27/09/2012, 02:40
Avatar de juegosdelogica
juegosdelogica
 
Fecha de Ingreso: febrero-2011
Ubicación: Madrid
Mensajes: 82
Antigüedad: 13 años, 2 meses
Puntos: 7
Respuesta: ¿Cómo poner botones sociales debajo del título de cada página?

Gracias por tu ayuda.

page.php

Código PHP:
Ver original
  1. <?php
  2. /**
  3.  * The template for displaying all pages.
  4.  *
  5.  * This is the template that displays all pages by default.
  6.  * Please note that this is the WordPress construct of pages
  7.  * and that other 'pages' on your WordPress site will use a
  8.  * different template.
  9.  *
  10.  * @package WordPress
  11.  * @subpackage Twenty_Ten
  12.  * @since Twenty Ten 1.0
  13.  */
  14.  
  15. get_header(); ?>
  16.  
  17.         <div id="container">
  18.             <div id="content" role="main">
  19.  
  20.             <?php
  21.             /* Run the loop to output the page.
  22.              * If you want to overload this in a child theme then include a file
  23.              * called loop-page.php and that will be used instead.
  24.              */
  25.             get_template_part( 'loop', 'page' );
  26.             ?>
  27.  
  28.             </div><!-- #content -->
  29.         </div><!-- #container -->
  30.  
  31. <?php get_sidebar(); ?>
  32. <?php get_footer(); ?>
__________________
Magos Madrid
Mago para fiestas