Title: crod310's Replies | WordPress.org

---

# crod310

  [  ](https://wordpress.org/support/users/crod310/)

 *   [Profile](https://wordpress.org/support/users/crod310/)
 *   [Topics Started](https://wordpress.org/support/users/crod310/topics/)
 *   [Replies Created](https://wordpress.org/support/users/crod310/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/crod310/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/crod310/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/crod310/engagements/)
 *   [Favorites](https://wordpress.org/support/users/crod310/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/crod310/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/crod310/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/crod310/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom WordPress Query Pagination Not Working](https://wordpress.org/support/topic/custom-wordpress-query-pagination-not-working/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/custom-wordpress-query-pagination-not-working/#post-2985072)
 * the rest is just to toggle the pagination, im pretty much blind just adding random
   stuff after that
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom WordPress Query Pagination Not Working](https://wordpress.org/support/topic/custom-wordpress-query-pagination-not-working/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/custom-wordpress-query-pagination-not-working/#post-2985071)
 * I have a query one for my theme options to include which categories
 * `<?php $show_category = exclude_header_cats(); $query = new WP_Query( 'cat='.
   $show_category ); ?>`
 * This query is for my theme options to tell is how many per page:
 * `<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts(
   array('posts_per_page'=>get_option('premiumwd_blog_perpage') ));`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3rd Level Drop Down Troubleshoot](https://wordpress.org/support/topic/3rd-level-drop-down-troubleshoot/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/3rd-level-drop-down-troubleshoot/#post-2921016)
 * it is showing behind the 2nd level dropdown menu. I am using thematic theme to
   build a theme. I put it on jsfiddle to view.
 * [http://jsfiddle.net/JG8J3/1/](http://jsfiddle.net/JG8J3/1/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP WordPress Loop Fix](https://wordpress.org/support/topic/php-wordpress-loop-fix/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/php-wordpress-loop-fix/#post-2509163)
 * heres the website where its acting up
 * [http://www.maritzalive.com/new/news/](http://www.maritzalive.com/new/news/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP WordPress Loop Fix](https://wordpress.org/support/topic/php-wordpress-loop-fix/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/php-wordpress-loop-fix/#post-2509161)
 * this is the news-loop:
    ———————————————————————
 * _[[code moderated – please use the pastebin for any code longer than 10 lines](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/3/#post-2482158)
 * well thx for trying dude.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/3/#post-2482156)
 * they both are two custom static pages with two custom templates.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/3/#post-2482155)
 * deep if you look at the two pages, you see that the news page is looping this
   
   <?php $args = array( ‘numberposts’ => 3 ); $lastposts = get_posts( $args ); foreach(
   $lastposts as $post) : setup_postdata($post); ?>
 * <div class=”post”><h2 class=”entry-title”>”><?php the_title(); ?></h2>
    <?php
   the_excerpt(); ?></div> <?php endforeach; ?> <div class=”post” style=”padding:
   20px 0 0 0;”><div style=”width:654px;padding;10px;”>Read More ></div> </div>
 * which is in loop-index, not loop-news. I want to take it out of loop-news. thats
   all.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/3/#post-2482151)
 * okay,
    loop-news is the main blog, which displays all the posts. They both are
   calling the same posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482149)
 * loop-news.php for news page
 * <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 *  <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <h1 class=”entry-
   title”><?php the_title(); ?></h1>
 *  <div class=”entry-meta”>
    <?php twentyten_posted_on(); ?> </div><!– .entry-meta–
   >
 *  <div class=”entry-content”>
    <?php the_content(); ?> <?php wp_link_pages( array(‘
   before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ =
   > ‘</div>’ ) ); ?> </div><!– .entry-content –>
 * <?php if ( get_the_author_meta( ‘description’ ) ) : // If a user has filled out
   their description, show a bio on their entries ?>
    <div id=”entry-author-info”
   > <div id=”author-avatar”> <?php echo get_avatar( get_the_author_meta( ‘user_email’),
   apply_filters( ‘twentyten_author_bio_avatar_size’, 60 ) ); ?> </div><!– #author-
   avatar –> <div id=”author-description”> <h2><?php printf( __( ‘About %s’, ‘twentyten’),
   get_the_author() ); ?></h2> <?php the_author_meta( ‘description’ ); ?> <div id
   =”author-link”> ” rel=”author”> <?php printf( __( ‘View all posts by %s <span
   class=”meta-nav”>→</span>’, ‘twentyten’ ), get_the_author() ); ?>  </div><!– #
   author-link –> </div><!– #author-description –> </div><!– #entry-author-info –
   > <?php endif; ?>
 *  <div class=”entry-utility”>
    <?php twentyten_posted_in(); ?> <?php edit_post_link(
   __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?> </div>
   <!– .entry-utility –> </div><!– #post-## –>
 * <?php endwhile; // end of the loop. ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482148)
 * loop-index.php page for index page
 *  <?php
 *  // The Query
    query_posts( $args );
 *  // Reset Query
    wp_reset_query();
 *  ?>
 *  <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <h1 class=”entry-
   title”><?php the_title(); ?></h1>
 *  <div class=”entry-meta”>
    <?php twentyten_posted_on(); ?> </div><!– .entry-meta–
   >
 *  <div class=”entry-content”>
    <?php the_content(); ?> <?php wp_link_pages( array(‘
   before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ =
   > ‘</div>’ ) ); ?> </div><!– .entry-content –>
 *  <?php if ( get_the_author_meta( ‘description’ ) ) : // If a user has filled 
   out their description, show a bio on their entries ?>
    <div id=”entry-author-
   info”> <div id=”author-avatar”> <?php echo get_avatar( get_the_author_meta( ‘
   user_email’ ), apply_filters( ‘twentyten_author_bio_avatar_size’, 60 ) ); ?> 
   </div><!– #author-avatar –> <div id=”author-description”> <h2><?php printf( __(‘
   About %s’, ‘twentyten’ ), get_the_author() ); ?></h2> <?php the_author_meta( ‘
   description’ ); ?> <div id=”author-link”> ” rel=”author”> <?php printf( __( ‘
   View all posts by %s <span class=”meta-nav”>→</span>’, ‘twentyten’ ), get_the_author());?
   >  </div><!– #author-link –> </div><!– #author-description –> </div><!– #entry-
   author-info –> <?php endif; ?>
 *  <div class=”entry-utility”>
    <?php twentyten_posted_in(); ?> <?php edit_post_link(
   __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?> </div>
   <!– .entry-utility –> </div><!– #post-## –>
 *  <?php
    $args = array( ‘numberposts’ => 3 ); $lastposts = get_posts( $args );
   foreach($lastposts as $post) : setup_postdata($post); ?>
 * </h2>
    <?php the_excerpt(); ?></div> <?php endforeach; ?> <div class=”post” style
   =”padding:20px 0 0 0;”><div style=”width:654px;padding;10px;”>[Read More >](https://wordpress.org/support/users/crod310/replies/news/?output_format=md)
   </div> </div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482146)
 * both posts have <?php if ( have_posts() ) while ( have_posts() ) : the_post();?
   > is that why they are connected?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482141)
 * I want it to use a different loop not be connected.
 * so page1
    loop 1 loop 2
 * page 2
    loop 3 loop 4
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482139)
 * i have two pages, and its calling loop.php but both template files have two different
   pages but maybe its calling them same thing, one has ‘news’,’loop’ and the other
   has ‘index’,’loop’ inside the template files.
 * I am only using query posts in the index-loop.php template page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [cant figure out why i have 2 different types of posts in my loop-single page](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/)
 *  Thread Starter [crod310](https://wordpress.org/support/users/crod310/)
 * (@crod310)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/cant-figure-out-why-i-have-2-different-types-of-posts-in-my-loop-single-page/page/2/#post-2482133)
 * please help!

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/crod310/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/crod310/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/crod310/replies/page/2/?output_format=md)