No estás registrado (Registrarse)

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

  1.  # 1
    Estoy la forma de que en la pagina de noticias de wordpress siempre se mantanga primera una noticia. Creo haber leido hace tiempo que esto se podia hacer, pero no recuerdo donde. Por otro lado me interesaria saber como puedo intercalar adsense entre noticias, es decir por ejemplo que siembre aparezca un banner horizontal entre la 4 y 5 noticia.

    Un saludo y muchas gracias.
    Como siempre sois de gran ayuda para este novato.
    • CommentAuthorMadison
    • CommentTimeMar 14th 2008
     # 2
    corre_corre yo me instalé un plugin de management de adsense q permite insertar debajo de cada post publicidad pero creo que no es lo que pides :confuso::: Singlesmania :::: SinglesViajeros
  2.  # 3
    no, eso lo puedo hacer metiendolo en el código.
    sigo buscando, gracias madison
    •  
      CommentAuthorAlex
    • CommentTimeMar 14th 2008
     # 4
    Dependerá del theme que se use claro y de como esten configuradas las categorias imagino

    Para intercalar banners

    Algo que se me ocurre por si pudiera servir :

    Por ejemplo si la 4ª noticia o correspondiera a la categoria 4 y la 5ª noticia a la categ 5 en wp y . deseas intercalar un banner debes ir a archives ---------->index.php y buscar algo asi dependiendo del theme que uses claro.


    <?php
    // this is where the Features module begins
    query_posts('showposts=1&cat=4'); ?> ......
    ----------

    Codigo banner

    ---------
    <?php
    // this is where the Features module begins
    query_posts('showposts=1&cat=5'); ?> .....



    Lo de que se mantenga primero una noticia no entendi muy bien pero si te refieres a tener un destacado principal en mucho de los nuevos themes seria algo asi.
    de codigo en el index para incluir imagen titulo linkeado y categoria junto a intro del articulo

    <div class="feature clearfloat" id="lead">
    <?php
    // this is where the Lead Story module begins
    query_posts('showposts=1&cat=1'); ?>

    <?php while (have_posts()) : the_post(); ?>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php echo get_option('home'); ?>/wp-content/theme/images/foto.jpg<?php
    // this is where the Lead Story image gets printed
    $values = get_post_custom_values("Image"); echo $values[0]; ?>" alt="" id="leadpic" /></a>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title">
    <h4><?php
    // this is where the title of the Lead Story gets printed
    the_title(); ?></h4>
    </a>
    <?php
    // this is where the excerpt of the Lead Story gets printed
    the_excerpt(); ?>
    {<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Leer más»</a>}
    <?php endwhile; ?>
    <?php
    // this is where the name of the Lead Story category gets printed
    wp_list_categories('include=1&title_li=&style=none'); ?>

    </div><!--END FEATURE-->
  3.  # 5
    Gracias, cuando tenga algo de tiempo lo pruebo.
    •  
      CommentAuthorfrisco
    • CommentTimeMar 14th 2008
     # 6
    Para intercalar publi yo lo mejor que he probado hasta ahora el WP-Candy.
    Y lo otro pues:
    http://miracles.heaven.fr/wp_stickpost/
    o
    http://blog.vishalon.net/Post/88.aspxLigar | Informatica | Famosas
    •  
      CommentAuthordcaceres
    • CommentTimeAug 20th 2009
     # 7
    corre_corre este hilo no lo leí en su momento :jat: pero hay un plugin para que se mantenga siempre de primera una noticia y se llama "adhesive". Búscalo, si no lo consigues, creo que tengo una copia por allí...

    Ahora sí, mi duda y consulta (lo hago en este hilo para no crear uno nuevo):

    Alguien sabe si existe un plugin o modificación para poder agregar un campo adicional a las informaciones? Ese campo que me hace falta es el antetítulo. Muy usado en el periodismo escrito y también en medios web. Se que en Joomla había un mod que lo hacía, pero no encuentro nada en Wordpress o por lo menos no se cómo se le llama en inglés :shamed:Turismo en Italia
    •  
      CommentAuthorElMaterial
    • CommentTimeAug 20th 2009 editado
     # 8


    en cuanto a lo del adsense hay un theme llamado "mw 1.2" que te puede sacar de dudas..

    http://www.monetizingtheweb.com/wordpress-theme-mw/

    Saludos..
    • CommentAuthorJoaquín
    • CommentTimeAug 20th 2009 editado
     # 9
    algo sencillito para la publi entre posts en wp.

    <?php if ($postnum == $adsense) { ?>

    -- código adsense --

    <?php } ?>
    <?php $postnum++; ?>
    •  
      CommentAuthordcaceres
    • CommentTimeAug 20th 2009
     # 10
    Alguien que me pueda ayudar? :jat:

    Posted By: .com.VEAlguien sabe si existe un plugin o modificación para poder agregar un campo adicional a las informaciones? Ese campo que me hace falta es el antetítulo. Muy usado en el periodismo escrito y también en medios web. Se que en Joomla había un mod que lo hacía, pero no encuentro nada en Wordpress o por lo menos no se cómo se le llama en inglés :shamed:
    Turismo en Italia
    •  
      CommentAuthorlolita
    • CommentTimeAug 20th 2009
     # 11
    mira a ver si así te va bien

    a mano http://justintadlock.com/archives/2007/10/16/using-wordpress-custom-fields-subtitles
    a máquina http://dfoolonthehill.com/post/a-neat-wordpress-plugin-for-post-subtitlemicesta.com
    •  
      CommentAuthordcaceres
    • CommentTimeAug 21st 2009
     # 12
    Muchas gracias lolita! Voy a revisar :typeo:Turismo en Italia
  4.  # 13
    Yo lo solucione con wp-sticky.

    De todas maneras gracias a todos.

    .com.Ve no tengo ni idea de tu duda. Lo siento :(