meets
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: WP-Paginateits work but after two pages it’s not displaying any thing. but there is data in 3 4 5 6 pages. shwoing error This is somewhat embarrassing, isn’t it?
Forum: Fixing WordPress
In reply to: WP-Paginatethanks it’s work but it is always showing only two page in paging 1 2 not displaying 3 4 5 6 7 8. i am using wp paination plugin
Forum: Fixing WordPress
In reply to: WP-Paginate@ Seacoast Web Design
yes this line is comment.
Forum: Fixing WordPress
In reply to: WP-Paginatehi kees
i am trying this but still same problem.
<?php $my_query = new WP_Query('category_name=fight&posts_per_page=3'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; echo '<div class="leading-b left">'; ?> <div class="top_img left"><a href="<?php the_permalink(); ?>"> <?php $images = get_children( array( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); if ( $images ) : $total_images = count( $images ); $image = array_shift( $images ); $image_img_tag = wp_get_attachment_image( $image->ID, 'thumbnail',$icon = false, $attr = 'style=width:144px;height:94px; float:left' ); echo $image_img_tag; endif; ?></a></div> <h2><a href="<?php the_permalink();?>"><?php the_title();?></a></h2> <span class="bor"><?php the_time('D') ;?> - <?php the_time('d') ;?> <?php the_time('M') ;?> </span> <span><?php the_excerpt();?></span> <p> <?php ringgirl_post();?></p> <a href="<?php the_permalink();?>">(Read more...)</a> </div> <?php endwhile;?> <?php twentyeleven_content_nav( 'nav-below' ); ?>
Forum: Fixing WordPress
In reply to: Seo plugini have tried this but it also conflict.
Forum: Fixing WordPress
In reply to: Header have_post problemThanks a lot Alchymyth.
Viewing 6 replies - 1 through 6 (of 6 total)