Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Klausiams Dėl wordpress

Parašė eth· 2010 Bal. 17 20:04:44
#1

Sveiki, turiu bėdą dėl dizaino. Papraščiausiai įrašuose nerodo paveikslėliu, kad ir ką bedaryčiau, tai su dizainu kažkas, ir jau žinau kuriame faile, tik nelabai žinau, ką pataisyti, jog rodytų paveikslėlius,. štai nuotrauka, kur nerodo paveikslėlio http://img718.imageshack.us/img7.../bedap.jpg
o čia single.php
<?php get_header() ?>
   <div id="content">
<?php if (have_posts()) : ?>
   <?php while (have_posts()) : the_post(); ?>
      <div id="post-<?php the_ID(); ?>" class="post"><div class="inner">
         <span class="meta-corner"></span>
         <div class="meta clearfix">
            <span class="datepost"><?php the_time('F-j-Y') ?> <a href="<?php the_permalink() ?>#comment"><?php comments_number('Add Comments','one Commented','% Commented'); ?></span> &nbsp;
            <span class="tagpost">Posted Under: <?php the_category(', ') ?></span> &nbsp;
         </div>
         <h3 class="title"><?php the_title(); ?></h3>
         <div class="entry clearfix">
            <?php another_entry_post(1000); ?>
         </div>
      </div></div>
   <?php endwhile; ?>
      <?php comments_template(); ?>
      <div class="navigation clearfix">
         <div class="alignleft single"><?php previous_post_link('&laquo; %link') ?></div>
         <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
      </div>
<?php else: ?>
      <h2 class="center">Not Found</h2>
      <p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif ?>
   </div><!-- /content -->
<?php get_sidebar(); get_footer() ?>





Čia OFF-TOPIC. tad priekaištų nereikia, jog tema ne vietoje, tik man reikia sutvarkyti šią bėdą kuo greičiau, tai gal bus išmanančių wordpress'ą.