iwant tag take to left
-
Hi,has problem in tag in index.php iwant tag take to left.
My Blog
this is index.php<?php get_header(); ?> <div class="content"> <div class="beydaxbox"> <p> <?php query_posts('showposts=10&offset=0'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <ul> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> </ul> <?php endwhile; ?> <?php endif; ?> </p> </div> <?php $top_query = new WP_Query('showposts=3&offset=0'); ?> <?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?> <div class="serderr-babet"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div> <span class="hawpol-jer">????? ???????: <?php the_category(', ') ?></span> <div class="naw-babet"> <?php the_content('[....]'); ?> <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?></div> <!--<div class="bochun-jimare"><?php comments_popup_link(__('?????? (?)'), __('?????? (?)'), __('?????? (%)')); ?></div>--> <!-- detwanit chalaki bkeit ger wistit --> <?php endwhile; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘iwant tag take to left’ is closed to new replies.