Title: Mori's Replies | WordPress.org

---

# Mori

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page =/= Single Page Post](https://wordpress.org/support/topic/blog-page-single-page-post/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/blog-page-single-page-post/#post-2512715)
 * I see. Thank you for your help anyways.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page =/= Single Page Post](https://wordpress.org/support/topic/blog-page-single-page-post/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/blog-page-single-page-post/#post-2512712)
 * Yeah the theme has no options, it is custom made.
 * [Here’s the link to single.php](http://pastebin.com/FgTNZkZk)
 * Thank you for helping me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page =/= Single Page Post](https://wordpress.org/support/topic/blog-page-single-page-post/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/blog-page-single-page-post/#post-2512709)
 * I did, the one you see on the blog itself is the feature image… That’s the issue,
   it appears on the regular blog page but not in the single post page :\
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page =/= Single Page Post](https://wordpress.org/support/topic/blog-page-single-page-post/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/blog-page-single-page-post/#post-2512697)
 * I didn’t look in function themes but now that I see it I found this:
 *     ```
       if(empty($first_img)){ //Defines a default image
           $first_img = "/wp-content/themes/dragonfood/images/default.jpg";
         }
         return $first_img;
       }
   
       function get_featured_image() {
       	if (has_post_thumbnail( $post->ID ) ) {
       		$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
       		return $image[0];
       	} else {
       		return "/wp-content/themes/dragonfood/images/default.jpg";
       	}
       }
       ```
   
 * Which from reading it I’m guessing I have to replace…
 * `$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-
   post-thumbnail' );`
 * But no idea what x_x
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Message Sent appearing outside specified div#wrapper](https://wordpress.org/support/topic/plugin-contact-form-7-message-sent-appearing-outside-specified-divwrapper/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-message-sent-appearing-outside-specified-divwrapper/#post-2502881)
 * I figured it out, I placed the:
 *     ```
       <div id="contact-wrapper">
       <div id="contact-desc">
       ```
   
 * On the actual page and not in the contact form.
 * I’ll close this now and thank you for anyone who read it 😡
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] [Plugin: WP-PageNavi] Page 2 >> 404](https://wordpress.org/support/topic/plugin-wp-pagenavi-page-2-404/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-pagenavi-page-2-404/#post-2035391)
 * Still didn’t work… I did contact him though so that helped to some extent! Thank
   you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Separating Sidebars / Widgets](https://wordpress.org/support/topic/separating-sidebars-widgets/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/separating-sidebars-widgets/#post-1990779)
 * Nvm, got it. :c
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images have glow and border](https://wordpress.org/support/topic/images-have-glow-and-border/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/images-have-glow-and-border/#post-1876724)
 * Thanks Alchymyth, I figured it out 9 seconds before you posted XD
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images have glow and border](https://wordpress.org/support/topic/images-have-glow-and-border/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/images-have-glow-and-border/#post-1876722)
 * Nvm I figured it out! Thank you everyone for the help. And yeah it was in the
   CSS… This is what it was before:
 *     ```
       .entry img, img.thumbnail { padding: 5px; background: #fff; box-shadow: 0 0 5px #cacaca; -moz-box-shadow: 0 0 5px #cacaca; -webkit-box-shadow: 0 0 5px #cacaca;  }
       img.wp-smiley  { padding: 0; border: none; }
       ```
   
 * And I switched it to this:
 *     ```
       .entry img, img.thumbnail { padding: 0px; background: none; box-shadow: 0 0 0px #cacaca; -moz-box-shadow: 0 0 0px #cacaca; -webkit-box-shadow: 0 0 0px #cacaca;  }
       img.wp-smiley  { padding: 0; border: none; }
       ```
   
 * Thank you both for replying. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images have glow and border](https://wordpress.org/support/topic/images-have-glow-and-border/)
 *  Thread Starter [Mori](https://wordpress.org/support/users/klayde/)
 * (@klayde)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/images-have-glow-and-border/#post-1876707)
 * [http://www.swordofthesaints.com/?page_id=54](http://www.swordofthesaints.com/?page_id=54)
   Here’s the website… Uhm no I’m sure because I have been using photoshop for years
   so I know for a fact that it’s the CSS doing it. They’re PNGs that when i test
   them somewhere else they work fine. It’s just on those pages.
 * Also, if you look at this page too :
    [http://www.swordofthesaints.com/?page_id=9](http://www.swordofthesaints.com/?page_id=9)
   You can see that those images also have a dim white glow, that I did not put 
   in there.
 * Thank you for the help!

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