• Resolved ireneSeo

    (@ireneseo)


    Hola a todos, he declarado una zona de widget en una page para colocar un widget de ‘ultimos post’. He modificado el functions:

    register_sidebar( array(
    		'name' => __( 'Content Widget', 'twentytwelve' ),
    		'id' => 'sidebar-4',
    		'description' => __( 'Appears when using Full-width Page Template,No Sidebar with a page set as Static Front Page', 'twentytwelve' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	) );
    
    <strong>y la zona donde tiene quiero que vaya el widget he puesto</strong>:
    
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Content Widget') ) :?>
    <?php endif;?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Aun asi no me aparece y creo que esta relacionado con una funcion twentytwelve_body_class porque dentro hay una serie de if con comparaciones de las plantillas y los sidebar.
    Por cierto el tema que estoy cambiando es el twenty twelve.
    ?Alguien me puede ayudar?
    Espero que esta vez alguien me conteste por favor, muchas gracias

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problemas con area widget creada con php’ is closed to new replies.