Title: dan_mcclellan's Replies | WordPress.org

---

# dan_mcclellan

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Select Image from Media Library for custom field](https://wordpress.org/support/topic/select-image-from-media-library-for-custom-field-1/)
 *  [dan_mcclellan](https://wordpress.org/support/users/dan_mcclellan/)
 * (@dan_mcclellan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/select-image-from-media-library-for-custom-field-1/#post-3438479)
 * I ended up getting it to work by using a text field & pasting in the image url.
   It is a lot of work though, so I’ll probably follow bcworkz advice next week 
   when things slow down (going live tonight!)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Select Image from Media Library for custom field](https://wordpress.org/support/topic/select-image-from-media-library-for-custom-field-1/)
 *  [dan_mcclellan](https://wordpress.org/support/users/dan_mcclellan/)
 * (@dan_mcclellan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/select-image-from-media-library-for-custom-field-1/#post-3438476)
 * ok. I’m having a similar issue.
 * I want a different banner on each of my pages. It all works except the links 
   show up broken. I’m thinking that the attachment id’s don’t work but the actual
   image urls will.
 * My code is
 *     ```
       <div class="banner">
       				<?php if(get_post_meta($post->ID, 'banner', true)) : ?>
       				<img src="<?php echo get_post_meta($post->ID, 'banner', true); ?>" />
       				<?php else : ?>
       				<?php the_title(); ?>
       				<?php endif; ?>
       			</div>
       ```
   
 * What should be different to echo the image url rather than ID?
    (I’m a php newb)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audio Player] Compatibility with WordPress 3.8](https://wordpress.org/support/topic/compatibility-with-wordpress-38-40/)
 *  Thread Starter [dan_mcclellan](https://wordpress.org/support/users/dan_mcclellan/)
 * (@dan_mcclellan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/compatibility-with-wordpress-38-40/#post-4449288)
 * It also conflicts with one of my add-ons that is an absolute must.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audio Player] Compatibility with WordPress 3.8](https://wordpress.org/support/topic/compatibility-with-wordpress-38-40/)
 *  Thread Starter [dan_mcclellan](https://wordpress.org/support/users/dan_mcclellan/)
 * (@dan_mcclellan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/compatibility-with-wordpress-38-40/#post-4449286)
 * Thanks,
 * The plugin is working now but it doesn’t quite look right.
 * It looks like [this](http://www.fcf.cc/images/1.png)
 * Rather than like [this](http://www.fcf.cc/images/2.png)
 * Any idea why that would be?

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