Suporte » Temas » sidebar _ arcade

  • boas
    Estou a lançar-me em wordpress… sou também ” Novato ” aqui no forum…
    Gostaria de saber como acrescentar uma sidebar neste Modelo – Arcade Basic.
    Alguém pode ajudar-me ?!?
    Estive a ler obre como acrescentar mais sidebars e estou com algumas duvidas… No Modelo apenas tenho estas sidebars :
    Código:

    register_sidebar( array(
    ‘name’ => __( ‘Rodapé’, ‘arcade’ ),
    ‘id’ => ‘sidebar’,
    ‘description’ => __( ‘This is the first sidebar. It won\’t appear on the home page unless you set a static front page.’, ‘arcade’ ),
    ‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</aside>’,
    ‘before_title’ => ‘<h3 class=”widget-title”>’,
    ‘after_title’ => ‘</h3>’,
    ) );

    register_sidebar( array(
    ‘name’ => __( ‘Cabeçalho’, ‘arcade’ ),
    ‘id’ => ‘home-page-top-area’,
    ‘description’ => __( ‘Area on the home page above the main content. Designed specifically for four Icon & Text widgets. Add at least one widget to make it appear.’, ‘arcade’ ),
    ‘before_widget’ => ‘<aside id=”%1$s” class=”home-widget col-md-3 %2$s”>’,
    ‘after_widget’ => ‘</aside>’,
    ‘before_title’ => ‘<h3 class=”home-widget-title”>’,
    ‘after_title’ => ‘</h3>’,

    Pretendia acrescentar uma barra_lateral… Como posso fazer ? ! ?
    Obrigado

Visualizando 1 resposta (de um total de 1)
Visualizando 1 resposta (de um total de 1)
  • O tópico ‘sidebar _ arcade’ está fechado para novas respostas.