Problem after moving website
-
Hello,
Thanks for great plugin.
While working on local server everything was fine. After moving website into live server there’re no thumbnails as images of categories but full images.
What can be wrong?
My code is:<?php foreach (get_categories() as $cat) : ?> <?php if($cat->parent < 1): // Only Parent Category, if you want the Sub-category, delete the If ?> <div class="image"> <a href="<?php echo get_category_link($cat->term_id); ?>"><img src="<?php echo z_taxonomy_image_url($cat->term_id,'thumbnail'); ?>" /></a> <a href="<?php echo get_category_link($cat->term_id); ?>" class="kategoria"><?php echo $cat->cat_name; ?></a> </div> <?php endif; ?> <?php endforeach; ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problem after moving website’ is closed to new replies.