Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

Theme Arthemia

Estas en el tema de Theme Arthemia en el foro de WordPress en Foros del Web. Hola gente, hace tiempo estoy intentado modificar la index.php de mi tema arthemia, estoy cansado de buscar en google y no encuentro nada, ni siquiera ...
  #1 (permalink)  
Antiguo 14/05/2011, 11:28
 
Fecha de Ingreso: enero-2010
Mensajes: 400
Antigüedad: 14 años, 3 meses
Puntos: 6
Theme Arthemia

Hola gente, hace tiempo estoy intentado modificar la index.php de mi tema arthemia, estoy cansado de buscar en google y no encuentro nada, ni siquiera parecido...
Lo que quiero hacer es poner las entradas asi:


Como en esta web:
http://www.bodegue.com/

Alguno tiene idea de como hacerlo ?
Desde ya muchas gracias

El codigo de mi index es asi:
Código PHP:
<?php get_header(); ?>
    
    <?php if(!is_paged()) { ?>

    <div id="top" class="clearfloat">
    
        <div id="headline">
        <?php query_posts("showposts=1&category_name=Headline"); ?>
        <?php while (have_posts()) : the_post(); ?>    
    
    <div class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div>
    <?php $values get_post_custom_values("Headline");?>
     <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
$values 
get_post_custom_values("Image"); echo $values[0]; ?>&w=300&h=275&zc=1&q=100"
alt="<?php the_title(); ?>" class="left" width="580px" height="315px"  /></a>
    <div class="letra"><?php the_excerpt(); ?></div>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Leer m&aacute;s &raquo;</a><table width="578" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><span class="Estilo4">.....................................................................................................................................................................................................</span></td>
      </tr>
      <tr>
        <td height="23" align="right"><div class="fecha">
         <?php the_time('l, j/m/y'?>
          |
          <?php if(function_exists('the_views')) { the_views(); } ?>
          |
          <?php comments_popup_link('Comentá la nota!''1 Comentario''% Comentarios');?>
        </div></td>
      </tr>
    </table>
    <?php endwhile; ?>
        </div>
        
    <?php get_sidebar(); ?>
    
    <?php ?>

    <div id="bottom" class="clearfloat">
        
    <div id="front-list">    
    
    <?php
      $page 
= (get_query_var('paged')) ? get_query_var('paged') : 1;
      
query_posts("cat=-27,-28&paged=$page&posts_per_page=5"); ?>
    
    <?php while (have_posts()) : the_post(); ?>        

    <div class="clearfloat">
    <div class="titulonoti"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div>
    <div class="meta">[<?php the_time('j M Y'?> | <?php comments_popup_link('No Comment''One Comment''% Comments');?> | <?php if(function_exists('the_views')) { the_views(); } ?>]</div>    
    
    <div class="spoiler">
    <?php    $values get_post_custom_values("Image");
    if (isset(
$values[0])) { ?>
      <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
$values 
get_post_custom_values("Image"); echo $values[0]; ?>&w=150&h=150&zc=1&q=100"
alt="<?php the_title(); ?>" class="left" width="150px" height="150px"  /></a>
      <?php ?>

    <div class="letra"><?php the_excerpt(); ?></div>
    </div>

    </div>
        
      <?php endwhile; ?>
      

    <div class="navigation">
        <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } 
            else { 
?>

            <div class="right"><?php next_posts_link('Next Page &raquo;'?></div>
            <div class="left"><?php previous_posts_link('&laquo; Previous Page'?></div>
            <?php ?>

    </div>
    
    </div>
        


    </div>    

<?php get_footer(); ?>
  #2 (permalink)  
Antiguo 18/05/2011, 06:13
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años
Puntos: 34
Respuesta: Theme Arthemia

Es muy complejo el cambio, y más que un tema para Wordpress, es una consulta para CSS, aunque lo ideal sería buscar un theme que ya esté distribuído en la forma que dices.
Hacer esas modificaciones requiere de conocimientos de CSS y algo de PHP
__________________
elGastronomo
  #3 (permalink)  
Antiguo 19/05/2011, 20:59
 
Fecha de Ingreso: enero-2010
Mensajes: 400
Antigüedad: 14 años, 3 meses
Puntos: 6
Respuesta: Theme Arthemia

Consegui el tema arthemia premium, que ya viene asi por defecto.
Pero no logro la forma de pasar el codigo, cuando copio y pego no me funciona.
Que me recomendas ?
  #4 (permalink)  
Antiguo 19/05/2011, 21:47
Avatar de pao01
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 1.875
Antigüedad: 15 años, 10 meses
Puntos: 351
Respuesta: Theme Arthemia

Si estás utilizando el Premium podrías pedir soporte que en el standard pack dicen ofrecerlo.
__________________
Entre más estrecha la mente, más grande la boca.- Ted Cook
Autosconarte-Blog
  #5 (permalink)  
Antiguo 19/05/2011, 22:06
 
Fecha de Ingreso: enero-2010
Mensajes: 400
Antigüedad: 14 años, 3 meses
Puntos: 6
Respuesta: Theme Arthemia

Yo quiero ponerle el formato de noticias del premium al arthemia.
Al premium lo descargue buscando en google, no encuentro formas de hacerlo !

Etiquetas: themes
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:30.