Title: forunner's Replies | WordPress.org

---

# forunner

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/forunner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/forunner/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/forunner/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/forunner/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/forunner/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/forunner/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What's wrong? Fetching meta value](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/#post-1640169)
 * [this link](http://codex.wordpress.org/Function_Reference/wpdb_Class) should 
   help you
 * look into your phpmyadmin to see where the datas you want are stored ! wp_1_posts
   maybe?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What's wrong? Fetching meta value](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/#post-1640138)
 * I don’t know
 * maybe you could try an SQL request?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What's wrong? Fetching meta value](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/#post-1640026)
 *     ```
       <?php    if (wpfp_get_cookie()):
               foreach (wpfp_get_cookie() as $post_id) {
   
                 echo $post_id;
   
                   $email = get_post_meta($post_id, 'email', true);
       			echo "".'$mail->AddAddress'."".'"('."$email".')"'."; ";
       		}
   
           endif;
       ?>
       ```
   
 * to see if your function works like you want
 * it should return an id
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Post Type](https://wordpress.org/support/topic/custom-post-type-2/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/custom-post-type-2/#post-1640472)
 * my edit was to suppress MY answer (because yours was better):p
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Post Type](https://wordpress.org/support/topic/custom-post-type-2/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/custom-post-type-2/#post-1640456)
 * woops edit : bad answer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post to subscribers](https://wordpress.org/support/topic/post-to-subscribers/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/post-to-subscribers/#post-1639997)
 * (dumb answer >>>) didn’t you forget to modify your php.ini ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What's wrong? Fetching meta value](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/whats-wrong-fetching-meta-value/#post-1639996)
 * you use $post_id into your get_post_meta.
 * are you sure your foreach define it correctly ? try a echo $post_id in the foreach.
 * in the echo, $mail->AddAddress won’t be interpreted because it’s between quotes(
   is that normal?)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different background color on different pages](https://wordpress.org/support/topic/different-background-color-on-different-pages/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/different-background-color-on-different-pages/#post-1638910)
 * use different id on each template for the body…and put all the id in the same
   css with different background-color?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Article Titles Missing from Home Page](https://wordpress.org/support/topic/article-titles-missing-from-home-page/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/article-titles-missing-from-home-page/#post-1638891)
 * is ” the_title() ” present in your home template (into your loop)?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [page template and content width](https://wordpress.org/support/topic/page-template-and-content-width/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/page-template-and-content-width/#post-1638890)
 * you can’t change the width of the new content area :
    the white / grey background
   is created with [this image](http://lvrr.org/wp-content/themes/wp_premium/images/container-cbg_red.gif)
   which is repeat to stuck to the article height. you have to modify (create a 
   new) image to modify the background.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [content of frontpage only](https://wordpress.org/support/topic/content-of-frontpage-only/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/content-of-frontpage-only/#post-1606114)
 * I think !
    try first with a simple
 *     ```
       <?php if(is_home()) : ?>
       echo "if this text display, forunner si great, else, he is stupid, but in this cas, it will not display";
       <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Installing new themes](https://wordpress.org/support/topic/installing-new-themes-1/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/installing-new-themes-1/#post-1606103)
 * [child theme ](http://codex.wordpress.org/Child_Themes)
 * If I understand : you have to install the parent theme of your theme before
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [content of frontpage only](https://wordpress.org/support/topic/content-of-frontpage-only/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/content-of-frontpage-only/#post-1606102)
 * you can use a static page
    or use if(is_home()) or create a home.php ==> [how does it work](http://www.fran6art.com/images%20site/2007/03/wp_Template_Hierarchy-1.png)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Downloaded 3.0 upgrade / site and login crashed](https://wordpress.org/support/topic/downloaded-30-upgrade-site-and-login-crashed/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/downloaded-30-upgrade-site-and-login-crashed/#post-1606099)
 * try to disable all your plugins (you just have to rename the folder wp-content/
   plugins and WordPress won’t find the plugins)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a variable for meta id](https://wordpress.org/support/topic/creating-a-variable-for-meta-id/)
 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/creating-a-variable-for-meta-id/#post-1606084)
 * good =)
 * (don’t forget the “resolved” )

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

1 [2](https://wordpress.org/support/users/forunner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/forunner/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/forunner/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/forunner/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/forunner/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/forunner/replies/page/2/?output_format=md)