iCompilation
Respuestas de foro creadas
-
Foro: Diseño – Temas y plantillas
En respuesta a: Modificaciones en templateescríbeme a diruvlc(arroba)gmail(punto)com y te devuelvo el correo con el template si te parece bien
Foro: Diseño – Temas y plantillas
En respuesta a: Modificaciones en templatesi me das un correo te lo envío
un saludo
Foro: Diseño – Temas y plantillas
En respuesta a: Modificaciones en templateGracias por responder tan rápido.
He hecho los cambios que me dices, y siguen ahí los tags de la portada.
Es importante el sangrado en la hoja? Al copiar y pegar se me alinea a la izquierda y veo que las otras linea están cada una con una sangría distinta.
alguna sugerencia?
Foro: Diseño – Temas y plantillas
En respuesta a: Modificaciones en templateHola, he estado modificando las cosas en el apartado editor de mi template, bueno, borre las lineas donde ponía algo referente a los tags, lo guarde pero no cambio nada.
Soy bastante nuevo en esto y no tengo mucha idea, os copio y pego toda la hoja de index.php por si me podéis echar una mano y decirme que tengo que hacer
—————————————————————-
<?php get_header(); ?>
<div id=»content» class=»grid_9 <?php echo of_get_option(‘blog_sidebar_pos’) ?>»>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id=»post-<?php the_ID(); ?>» <?php post_class(); ?>>
<header>
<h2>» title=»<?php the_title(); ?>» rel=»bookmark»><?php the_title(); ?></h2>
<?php if ($theme1317_post_meta==») { ?>
<div class=»post-meta»>
<div class=»fleft»>Posted in: <?php the_category(‘, ‘) ?> | <time datetime=»<?php the_time(‘Y-m-d\TH:i’); ?>»><?php the_time(‘F j, Y’); ?> at <?php the_time() ?></time> , by <?php the_author_posts_link() ?></div>
<div class=»fright»><?php comments_popup_link(‘No comments’, ‘One comment’, ‘% comments’, ‘comments-link’, ‘Comments are closed’); ?></div>
</div><!–.post-meta–>
<?php } ?>
</header>
<?php $post_image_size = of_get_option(‘post_image_size’); ?>
<?php if($post_image_size==» || $post_image_size==’normal’){ ?>
<?php if(has_post_thumbnail()) {
echo ‘‘;
echo ‘<div class=»featured-thumbnail»><div class=»img-wrap»>’; the_post_thumbnail(); echo ‘</div></div>’;
echo ‘‘;
}
?>
<?php } else { ?>
<?php if(has_post_thumbnail()) {
echo ‘‘;
echo ‘<div class=»featured-thumbnail large»><div class=»img-wrap»><div class=»f-thumb-wrap»>’; the_post_thumbnail(‘post-thumbnail-xl’); echo ‘</div></div></div>’;
echo ‘‘;
}
?>
<?php } ?><div class=»post-content»>
<?php if ($theme1317_post_excerpt==») { ?>
<div class=»excerpt»><?php $excerpt = get_the_excerpt(); echo my_string_limit_words($excerpt,50);?></div>
<?php } ?>
» class=»button»>Read more
</div>
<footer>
<?php the_tags(‘Tags: ‘, ‘, ‘, »); ?> <?php edit_post_link(‘Edit’, », »); ?>
</footer>
</article><?php endwhile; else: ?>
<div class=»no-results»>
<p>There has been an error.</p>
<p>We apologize for any inconvenience, please /» title=»<?php bloginfo(‘description’); ?>»>return to the home page or use the search form below.</p>
<?php get_search_form(); ?> <!– outputs the default WordPress search form–>
</div><!–noResults–>
<?php endif; ?><?php if ( $wp_query->max_num_pages > 1 ) : ?>
<nav class=»oldernewer»>
<div class=»older»>
<?php next_posts_link(‘« Older Entries’) ?>
</div><!–.older–>
<div class=»newer»>
<?php previous_posts_link(‘Newer Entries »’) ?>
</div><!–.newer–>
</nav><!–.oldernewer–>
<?php endif; ?></div><!–#content–>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
——————————————————————–un saludo y gracias de antemano