Results 1 to 2 of 2

Thread: Como hacer una lista de Categorias en el Home

  1. #1
    Thread Starter
    Newbie esantander's Avatar
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Como hacer una lista de Categorias en el Home

    Hola a todos,

    Primero disculpas si este foro es ingles y escribo en español.

    Espero que lo siguiente sirva para algunos que quieran tener una lista de su categorías como aparece en mi sitio (http://www.honduclasificados.com/" onclick="window.open(this.href);return false por mientras llega la esperada versión 3.0.

    1.- Primero hice 3 regiones nuevas para colocar widgets (Sidebars adicionales por asi decirlo) en la pagina de functions.php, agregando el código siguiente.

    if ( function_exists('register_sidebar') )
    register_sidebar(array('name'=>'sidebartop1',
    'before_widget' => '<div id="%1$s" class="sidebar_box">', // Removes[*]
    'after_widget' => '</div>', // Removes
    'before_title' => '<h3>', // Replaces <h2>
    'after_title' => '</h3>', // Replaces </h2>
    ));
    register_sidebar(array('name'=>'sidebartop2',
    'before_widget' => '<div id="%1$s" class="sidebar_box">', // Removes[*]
    'after_widget' => '</div>', // Removes
    'before_title' => '<h3>', // Replaces <h2>
    'after_title' => '</h3>', // Replaces </h2>
    ));
    register_sidebar(array('name'=>'sidebartop3',
    'before_widget' => '<div id="%1$s" class="sidebar_box">', // Removes[*]
    'after_widget' => '</div>', // Removes
    'before_title' => '<h3>', // Replaces <h2>
    'after_title' => '</h3>', // Replaces </h2>
    ));

    2.- Luego edite la plantilla index.php agregando el siguiente código:

    <div style="width:185px; float:left; margin:2px; padding:2px;">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebartop1') ) : ?>
    <?php endif; ?>
    </div>
    <div style="width:185px; float:left; margin:2px; padding:2px;">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebartop2') ) : ?>
    <?php endif; ?>
    </div>
    <div style="width:185px; float:left; margin:2px; padding:2px;">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebartop3') ) : ?>
    <?php endif; ?>
    </div>
    <div style="clear:both;"></div>

    3.- Luego utilizando el plugin AVH Extended Categories Widgets (http://wordpress.org/extend/plugins/ext ... es-widget/" onclick="window.open(this.href);return false se puede crear la lista de categorías.

    Saludos cordiales y sin duda este theme es el mejor.

    Erick Santander

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Como hacer una lista de Categorias en el Home

    Thanks for sharing this Erick

    Translation from Google Translate below:

    Hello everyone,

    First apologies if this forum is to write in English and Spanish.

    I hope the following will serve for some who want a list of categories as shown on my site for while awaiting the expected version 3.0.

    1 .- First I 3 regions to place new widgets (additional Sidebars so to speak) in functions.php page, add the following code.
    (See code above)

    2 .- Next, edit the template index.php add the following code:
    (See code above)

    3 .- Then using the AVH Extended Categories plugin Widgets (http://wordpress.org/extend/plugins/...gories-widget/) is can create the list of categories.

    Best regards and certainly this is the best theme.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)