shortcodes do not work, why??
-
Am trying to use this plugin with the following:
<?php if(function_exists(‘chi_get_header_image_url’)) { chi_get_header_image_url(); } echo chi_get_header_image_url(); ?><div id=”header_image”> <img src=”<?php if (function_exists(‘chi_get_header_image_url’)) echo chi_get_header_image_url(); ?>”> <h1><?php the_title(); ?></h1></div>
<div id=”header_image”> <img src=”[image_url]”> <h1><?php the_title(); ?></h1></div>
None of these work properly, why??
The plugin’s ‘settings’ page does not allow blank for height or width, only 0 (zero), and the plugin IS enabled. I have url values specified for the home page but the desired header image does not appear…
Thank you, Tom
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘shortcodes do not work, why??’ is closed to new replies.