Title: dotmagic's Replies | WordPress.org

---

# dotmagic

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Header Images] shortcodes do not work, why??](https://wordpress.org/support/topic/shortcodes-do-not-work-why/)
 *  [dotmagic](https://wordpress.org/support/users/dotmagic/)
 * (@dotmagic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-do-not-work-why/#post-5630137)
 * You have some obviously mistakes in your code. It really sucks you blame other
   peoples and her (free!) work if you don’t even know the basics.
 * `<?php if(function_exists('chi_get_header_image_url')) { chi_get_header_image_url();}
   echo chi_get_header_image_url(); ?>`
 * This will work aslong u enabled the plugin, but you call the `chi_get_header_image_url()`
   function twice and the first is ignored because you don’t output the returning
   result.
 * Just do the following and it won’t throw a error if the plugin is disabled:
    `
   <?php if(function_exists('chi_get_header_image_url')) { echo chi_get_header_image_url();}?
   >`
 * The shortcode is only to customize the output of the header, its not a replacement
   for the PHP Code!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Header Images] Can't figure out where to place the code](https://wordpress.org/support/topic/cant-figure-out-where-to-place-the-code/)
 *  [dotmagic](https://wordpress.org/support/users/dotmagic/)
 * (@dotmagic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/cant-figure-out-where-to-place-the-code/#post-5613286)
 * You place the code in your template where you like to output the HTML Image Tag.
   Thats all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] Can't get it to work for WP 3.8.1](https://wordpress.org/support/topic/cant-get-it-to-work-for-wp-381/)
 *  [dotmagic](https://wordpress.org/support/users/dotmagic/)
 * (@dotmagic)
 * [12 years ago](https://wordpress.org/support/topic/cant-get-it-to-work-for-wp-381/#post-4623454)
 * Enable debuging to get a more verbose output. The problem is certainly in your
   theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-LESS] [Plugin: WP-LESS] WP 3.4](https://wordpress.org/support/topic/plugin-wp-less-wp-34/)
 *  [dotmagic](https://wordpress.org/support/users/dotmagic/)
 * (@dotmagic)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-less-wp-34/#post-2951779)
 * I have no idea why so many say its broken with 3.4.x.
    I’m using it with WP 3.4.1
   and it works fine. Anyway, you can disable the plugin and compile the .less file
   to .css, then change the line in funcions.php to include it in your theme, thats
   all.
 * I use Simpless for compile the less file. Once you know about less you won’t 
   miss it anymore 😉

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