No estás registrado (Registrarse)

Vanilla 1.1.10 es un producto de Lussumo. Para más información: Documentación, Soporte.

    •  
      CommentAuthorRuly
    • CommentTimeFeb 11th 2009
     # 1
    Me encontré con este sitio tienen muy buenos themes gratis, espero le sirva alguno

    www.paddsolutions.com

    :typeo:Bodas --| hasta que te perdi conoci la ternura, tambien el amor pero que tarde fue, si tu ya te habías ido ta ..ra..ra
    • CommentAuthorwhinghathe
    • CommentTimeFeb 12th 2009
     # 2
    gracias le echaremos un vistazo
    •  
      CommentAuthorlbarcelo
    • CommentTimeFeb 12th 2009
     # 3
    Hay algunos que tiene buena pinta, sobretodo los que hay en portada. Me he bajado uno pero no consigo averiguar como se insertan las miniaturas que aparecen al lado del extracto del post en la portada, como las que salen aqui. ¿Alguien sabe como se hace? :que:
    •  
      CommentAuthormafalda
    • CommentTimeFeb 12th 2009
     # 4
    Muchas gracias Ruly :clap:

    He estado trasteando con un theme y tiene el footer.php con links y encriptado.. hay que editarlo entero y listos :comer:

    knsin0 esta noche me lo miraré bien porque a mi tampoco me sale ningún campo especial para indicar la imagen :confuso:
    •  
      CommentAuthorMarc
    • CommentTimeFeb 12th 2009
     # 5
    Posted By: mafaldaiene el footer.php con links y encriptado.. hay que editarlo entero y listos


    Fácil, subes el theme, lo activas, miras el código fuente del footer y lo sobreescribes al footer.php.. :devil:Domaining...! Te ayudo con la gestión de tus dominios en INWX España
    •  
      CommentAuthorroot78
    • CommentTimeFeb 12th 2009
     # 6
    gracias Ruly,

    os dejo otro enlace (hay free y premiums):

    www.wpthemesnews.com/

    saludosLa Curiosidad es el Principio de toda Filosofía.
    • CommentAuthorultra64
    • CommentTimeFeb 12th 2009 editado
     # 7
    La gran mayoria de las veces que he encontrado un footer en wordpress encriptado, con borrarlo todo, y meterle un <div id="footer"> aparece como nuevo sin los enlaces ni las palabras encriptadas, sino mirando el codigo fuente, y viendo lo que hay, entonces se puede buscar en el .css de la plantilla y ver el nombre del div.
    •  
      CommentAuthormafalda
    • CommentTimeFeb 12th 2009
     # 8
    Knsin0 para ver el thumbnail hay que poner en el post un custom field con id "paddimage" y valor el path de la imagen, por ejemplo "/wp-content/themes/masagana/images/happy2009.gif"

    Haciéndolo así genero el código idéntico a la página que ponen de ejemplo pero sigo sin ver la imagen.. veo que lo hacen con una función "timthumb" y buscando por la red dicen que tiene estos requisitos:
    Some important things to note:

    * TimThumb requires the GD library, which is available on any host sever with PHP 4.3+ installed.
    * Once installed and in-use, TimThumb will automatically create a /cache/ subfolder with proper write-permissions. If your host server doesn’t allow this by default, be sure to manually change the /cache/ folder permissions to 777.
    * In addition, make sure the folder which contains TimThumb is set to 777.
    * As in the example, use absolute paths for your script and images
    * To really speed things up and make use of the advanced caching checks added to the script, copy these rules to your .htaccess file.


    Lo he probado todo menos el último punto y sigue sin funcionar.. mañana más :sleep:
    •  
      CommentAuthorlbarcelo
    • CommentTimeFeb 13th 2009
     # 9
    Pues vaya lio, con lo facil que es hacerlo con un custom field normal :ildivo:
    •  
      CommentAuthorDominero
    • CommentTimeFeb 13th 2009 editado
     # 10
    knsin0, yo lo hago asi, llamando el thumbnail de una x categoria en portada. En custom field le agrego como thumbnail

    en index.php ...
    <div class="column">
    <?php query_posts('cat=15&showposts=1&offset=1'); ?> <!-- que muestre digamos solamente el segundo post de la categoria 15 -->
    <?php while (have_posts()) : the_post(); ?>
    <div class="thumb2">
    <?php $image = get_post_meta($post->ID, 'thumbnail', true); ?>
    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo $image; ?>" alt="" /></a>
    <h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
    <?php $excerpt = strip_tags(get_the_excerpt());
    echo $excerpt; ?><a href="<?php the_permalink() ?>" class="more" title="<?php the_title(); ?>">continuar leyendo</a>
    </div>
    <?php endwhile; ?> <!-- END -->
    </div><!--/column-->


    en single.php

    <img class="loquesea" alt="" src="<?php echo get_post_meta($post->ID, "thumbnail", true);?>

    ps. en español, llaman a los thumbnails "miniaturas"? ni sabia como traducian thumbnails, pero miniaturas me parece :komete4:DominiosIDN.com ||
    •  
      CommentAuthorLobo
    • CommentTimeFeb 13th 2009
     # 11
    Posted By: mafaldaveo que lo hacen con una función "timthumb"


    Timthumb es una maravilla, te permite redimensionar la imagen original automáticamente si tener que subir un thumbnail aparte, si quereís abro un post nuevo explicando como implementarlo.

    :cata:El deseo puede ser dominio.