• User Attivo

    Mi aiutate vi prego urgente

    Ho acquistato un template e installato sul mio blog con piattaforma wordpress 2.71 perche' il risultato e' pessimo ??
    C'e qualche modifica che posso fare per sistemarlo o ho semplicemente buttato 50 $ ??
    Il blog e' orientamentouniversitario.com


  • User Attivo

    <?php get_header(); ?>
    <div class="column_center">
    <div class="indent_center">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="navigation">
    <div class="alignleft"><?php previous_post_link('« %link') ?></div>
    <div class="alignright"><?php next_post_link('%link »') ?></div>
    </div>
    <div class="article">
    <div class="title">
    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    <div class="info">posted by <?php the_author(); ?> @ <span><?php tm_date('G:i A');?></span></div>
    <div class="date"><?php tm_date('');?></div>
    <div class="clear"></div>
    </div>
    <div class="text_box">
    <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>

            <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
            <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
        </div>
    

    <?php comments_template(); ?>
    </div>
    <?php endwhile; else: ?>
    <p>Sorry, no posts matched your criteria.</p>
    <?php endif; ?>
    </div>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    questo e' il codice articolo singolo


  • User Attivo

    <?php get_header(); ?>
    <div class="column_center">
    <div class="indent_center">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="title">
    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    <div class="info">posted by <?php the_author(); ?> @ <span><?php tm_date('G:i A');?></span></div>
    <div class="date"><?php tm_date('');?></div>
    <div class="clear"></div>
    </div>
    <div class="text_box">
    <?php the_content('Read the rest of this entry »'); ?>
    </div>
    <div class="comments">
    <div>
    <div class="block_com"><a href="<?php comments_link(); ?>"><em><b><?php comments_number('0', '1', '%', 'number'); ?>  Comments</b></em></a></div>
    </div>
    </div>
    <?php endwhile; ?>
    <!--end content-->
    <!--start vavigation-->
    <div class="navigation">
    <div class="left"><?php next_posts_link('« Previous Entries') ?></div>
    <div class="right"><?php previous_posts_link('Next Entries »') ?></div>
    <div class="clear"></div>
    </div>
    <!--end navigation-->
    <?php else : ?>
    <div class="title"><h3 id="respond">Not Found</h3></div>
    <div class="text_box">
    <p>Sorry, but you are looking for something that isn't here.</p><br />
    <div id="search">
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>
    </div>
    </div>
    <?php endif; ?>
    </div>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Questo invece dell' index.