Hello,
After I activate the "Cu3er Post Elements", the image cannot display normally.
When I insert the code "<?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?>" in home.php as below, the image cannot display normally.
Code:
<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div class="homepageleft">
<div><?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?></div>
But when I insert the code in different section in home.php as below:
Code:
<?php get_header(); ?>
<div id="content">
<div><?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?></div>
<div id="homepage">
What is difference? How to fix it? Thanks.
Cu3er Post Elements:
http://wordpress.org/extend/plugins/...post-elements/
My test website:
http://g-ray.com.tw/blog/