Title: doppyo's Replies | WordPress.org

---

# doppyo

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

 *   [Profile](https://wordpress.org/support/users/doppyo/)
 *   [Topics Started](https://wordpress.org/support/users/doppyo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/doppyo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/doppyo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/doppyo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/doppyo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/doppyo/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: [Custom Fields Problem](https://wordpress.org/support/topic/custom-fields-problem-2/)
 *  Thread Starter [doppyo](https://wordpress.org/support/users/doppyo/)
 * (@doppyo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-problem-2/#post-1216156)
 * Works flawlessly, thanks a lot, Michael!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress homepage](https://wordpress.org/support/topic/wordpress-homepage/)
 *  [doppyo](https://wordpress.org/support/users/doppyo/)
 * (@doppyo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/wordpress-homepage/#post-1216118)
 * wp-content->themes->_yourtheme_->index.php
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Embedded video just appears as code](https://wordpress.org/support/topic/embedded-video-just-appears-as-code/)
 *  [doppyo](https://wordpress.org/support/users/doppyo/)
 * (@doppyo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/embedded-video-just-appears-as-code/#post-1216102)
 * Hi Tracy,
 * When you copy/paste your code into your post, be sure to paste it into the **
   HTML **tab next to the VISUAL tab. I tried your code and it works just fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Read More Problem](https://wordpress.org/support/topic/read-more-problem/)
 *  Thread Starter [doppyo](https://wordpress.org/support/users/doppyo/)
 * (@doppyo)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/read-more-problem/#post-977708)
 * Thanks for all the support buddha trance. I finally found(absolutely randomly)
   the way to get all this working. The problem was the function bloginfo(). I tried
   to do the same with _get\_bloginfo()_ and voilà, everything’s working perfectly.
 * Here’s the code I put in header.php so I don’t have to type this ever again:
 *     ```
       <?php global $path;
       $path = get_bloginfo('template_url');
       ?>
       ```
   
 * and the code I put into the_content():
 * `<?php the_content('<img src="'.$path.'/images/readmore_big.gif" class="alignright"/
   >'); ?>`
 * Thanks again for helping me out!
    Ben.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Read More Problem](https://wordpress.org/support/topic/read-more-problem/)
 *  Thread Starter [doppyo](https://wordpress.org/support/users/doppyo/)
 * (@doppyo)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/read-more-problem/#post-977639)
 * Thanks a lot for the information, I did replace stylesheet_directory with template_directory
   in my files. I tried :
 *     ```
       <?php $path = bloginfo('template_directory');
       the_content('<img src="' . $path . '/images/readmore_big.gif"
       class="alignright">'); ?>
       ```
   
 * But it did not work either, unfortunately. I did try your second suggestion but
   I fear that I haven’t put it properly into the code. I’m quite only an amateur
   when it comes to php. Here’s what I did with your second suggestion :
 * `<?php the_content('<img src="<?php include (TEMPLATEPATH . \'/images/readmore_big.
   gif\'); ?>" class="alignright">'); ?>`
 * Didn’t work either, many thanks for your info though. Is it even possible to 
   do what I want to do?

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