Title: grinch007's Replies | WordPress.org

---

# grinch007

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Contact form not showing in page?](https://wordpress.org/support/topic/contact-form-not-showing-in-page/)
 *  Thread Starter [grinch007](https://wordpress.org/support/users/grinch007/)
 * (@grinch007)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/contact-form-not-showing-in-page/#post-855605)
 * Here is the page.
    [http://fishpaa.com/?page_id=198](http://fishpaa.com/?page_id=198)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category problems](https://wordpress.org/support/topic/category-problems-2/)
 *  Thread Starter [grinch007](https://wordpress.org/support/users/grinch007/)
 * (@grinch007)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/category-problems-2/#post-804929)
 * Thanks for all your help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category problems](https://wordpress.org/support/topic/category-problems-2/)
 *  Thread Starter [grinch007](https://wordpress.org/support/users/grinch007/)
 * (@grinch007)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/category-problems-2/#post-804895)
 * Here is my index file code, what do I need to take out and what do I need to 
   add?
    Thanks.
 * <?php get_header(); ?>
    <?php //category variables $cat1 = 1; $cat2 = 5; $cat3
   = 4;
 *  $post_cat1 = get_posts(array(‘numberposts’ => 1,’category’ => $cat1));
    $descr_cat1
   = get_the_category_by_ID($cat1); $post_cat2 = get_posts(array(‘numberposts’ =
   > 1,’category’ => $cat2)); $descr_cat2 = get_the_category_by_ID($cat2); $post_cat3
   = get_posts(array(‘numberposts’ => 3,’category’ => $cat3)); $descr_cat3 = get_the_category_by_ID(
   $cat3);
 * ?>
    <div id=”main”> <div class=”column”> <?php get_sidebar(); ?> </div> <div 
   class=”content”> <div class=”top”> <div class=”inner”> <h3><span><?php echo $
   descr_cat1 ?></span></h3> </div> <div class=”inner-column”> <h3><span><?php echo
   $descr_cat3 ?></span></h3> </div> </div> <div class=”inner-content”> <div class
   =”inner”> <div class=”block”> <?php print $post_cat1[0]->post_content; ?> </div
   > <div class=”block”> <h3 class=”bord”><span><?php echo $descr_cat2 ?></span>
   </h3> <?php print $post_cat2[0]->post_content; ?> </div> </div> <div class=”inner-
   column”> <?php if(!empty($post_cat3)) { foreach($post_cat3 as $col_post) { setup_postdata(
   $col_post); $exc = get_the_excerpt(); echo ‘<p>’.$exc.’guid.'”>Read more.</p>’;}}?
   > </div> </div> </div> </div> <?php get_footer(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category problems](https://wordpress.org/support/topic/category-problems-2/)
 *  Thread Starter [grinch007](https://wordpress.org/support/users/grinch007/)
 * (@grinch007)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/category-problems-2/#post-804864)
 * no im not using that plug-in do i need it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category problems](https://wordpress.org/support/topic/category-problems-2/)
 *  Thread Starter [grinch007](https://wordpress.org/support/users/grinch007/)
 * (@grinch007)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/category-problems-2/#post-804852)
 * I didnt code this I had psd2html do it and cannot get support from them, where
   would I put this line of code at?

Viewing 5 replies - 1 through 5 (of 5 total)