Title: Valdi's Replies | WordPress.org

---

# Valdi

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] How to pull mail recipient from Post’s cusom field?](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/#post-1393380)
 * I’ve managed to fix this problem by adding my own form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] How to pull mail recipient from Post’s cusom field?](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/#post-1393379)
 * Copy the form’s code on preview and add it manually and then add a Hidden Field.
 * `<input type="hidden" id="receiver" name="receiver" value="email@company.com"/
   >`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] How to pull mail recipient from Post’s cusom field?](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/#post-1393342)
 * What about hidden fields?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] How to pull mail recipient from Post’s cusom field?](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-how-to-pull-mail-recipient-from-posts-cusom-field/#post-1393340)
 * Any help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query_posts & WP_Query not working in categories](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/#post-1351446)
 * Found the problem… the plugin **WPML Multilingual CMS** causes the problems.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main Text is White](https://wordpress.org/support/topic/main-text-is-white/)
 *  [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/main-text-is-white/#post-1351972)
 * If you want to change only the post content text color, change .postarea to:
 *     ```
       .postarea {
       color:#000;
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       background:#FFFFFF url(images/homepagetop.gif) no-repeat scroll center top;
       border:1px solid #DDDDDD;
       float:left;
       margin:0 0 10px;
       padding:10px;
       width:588px;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main Text is White](https://wordpress.org/support/topic/main-text-is-white/)
 *  [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/main-text-is-white/#post-1351970)
 * In your css file (style.css):
 *     ```
       body {
       color:#FFFFFF;
       font-family:Arial,Tahoma,Verdana;
       font-size:12px;
       }
       ```
   
 * change
    **color:#FFFFFF;**
 * to a color you want, try black:
    **color:#000;**
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query_posts & WP_Query not working in categories](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/#post-1351421)
 * Tested this on a previous version of WP and everything seems to work fine.
 * So I guess it has to do with the 2.9 version…
 * Any help would be appreciated.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query_posts & WP_Query not working in categories](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/)
 *  Thread Starter [Valdi](https://wordpress.org/support/users/valdi/)
 * (@valdi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/query_posts-amp-wp_query-not-working-in-categories/#post-1351403)
 * I’ve managed to make one of the loops work in a page template using this:
 *     ```
       <?php
       $my_query = new WP_Query('cat=9,29,7,27,8,28&paged=$paged&posts_per_page=15&orderby=rand');
         while ($my_query->have_posts()) : $my_query->the_post();
         $do_not_duplicate = $post->ID;?>
       <--- Content here --->
         <?php endwhile; ?>
       <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
         <?php if (have_posts()) : while (have_posts()) : the_post();
         if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
   
         <?php endwhile; ?>
       <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
       <?php endif;?>
       ```
   
 * But the pagination won’t work now…
 * **This is the loop for categories:**
 *     ```
       <?php if (have_posts()) : ?>
                      <?php while (have_posts()) : the_post(); ?>
       <--- Content here --->
       <?php endwhile; ?>
       <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
       <?php endif; ?>
       ```
   
 * ^ When I go to a category this will list posts from all categories…

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