Title: rams.wordpress's Replies | WordPress.org

---

# rams.wordpress

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not receiving email from WordPress](https://wordpress.org/support/topic/not-receiving-email-from-wordpress/)
 *  [rams.wordpress](https://wordpress.org/support/users/ramswordpress/)
 * (@ramswordpress)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/not-receiving-email-from-wordpress/#post-1249231)
 * Hi All,
 * I am able to get mails in local.
    when go live i am not able to receive them.
   please any one can help me.
 * Thanks in Advance
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Different back ground images for Pages @ Wrapper ID](https://wordpress.org/support/topic/different-back-ground-images-for-pages-wrapper-id/)
 *  Thread Starter [rams.wordpress](https://wordpress.org/support/users/ramswordpress/)
 * (@ramswordpress)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/different-back-ground-images-for-pages-wrapper-id/#post-1654503)
 * When go to add page in admin, u can see Custom field (m using wordpress3.0.1).
   
   add field name and value. I used same field name for diffrent page with different
   values. id header i wrote some code to get the background value
 *     ```
       $background_flag = get_post_meta($post->ID, "background", true);//get back ground class
       	if($background_flag!=''){
       		$background_class=$background_flag."_background";
   
       	}
       ```
   
 * then i applied the class to wrapper id (div) class=”<?php echo $background_class;?
   >”
 * its working fine.
    Use this if u need
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Different back ground images for Pages @ Wrapper ID](https://wordpress.org/support/topic/different-back-ground-images-for-pages-wrapper-id/)
 *  Thread Starter [rams.wordpress](https://wordpress.org/support/users/ramswordpress/)
 * (@ramswordpress)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/different-back-ground-images-for-pages-wrapper-id/#post-1654310)
 * Hi All,
    Thanks for reply.
 * I have got solution.I added the custom field value as background class for pages
   and dynamically i applied class to wrapper div.

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