I having a problem with this image of http://www.cozyfeel.com/blog i upload the images to my server and it show me the blank images. please help me asap..
thanksCode:<?php get_header(); ?> <?php get_sidebar(); ?> <div id="content"> <h2 class="pagetitle"> </h2> <div id="contentinner"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class('post'); ?> id="post-<?php the_ID(); ?>"> <h2 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <small class="postmetadata"> Posted in <?php the_category(', ') ?> on <?php the_time('m/d/Y h:i a') ?> by <?php the_author() ?> <?php edit_post_link('Edit', ' | ', ''); ?> </small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <ul class="postmetadata"> <li class="tags"> <?php the_tags('Tags: ', ', ', ''); ?> </li> <li class="comments"> <a href="<?php the_permalink() ?>#respond">Add Comment</a> » <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> </li> </ul> <div class="divider"> </div> </div><!--/post--> <?php endwhile; ?> </div><!--/contentinner--> <div class="navigation"> <?php next_posts_link('Older Entries') ?> <?php previous_posts_link('Newer Entries') ?> </div> <?php else : ?> <h2 class="pagetitle">Your Blog, Your Stories, Your Thoughts, Your Friends, Your Photos Share With Us.</h2> <div id="contentinner"> <div class="post"><div class="entry"><img src="blog1.jpeg" alt="blog1"><p><strong>Your blog</strong>. Share your thoughts, photos, and more with your friends and the world. <p><img src="><img src="blog2.jpeg" alt="Big Boat"><p><strong>Easy to use</strong>. It's easy to post text, photos, and videos from the web or your mobile phone.</p> <img src="blog3.gif" alt="Big Boat"><p> <strong>Flexible</strong>. Unlimited flexibility to personalize your blog with themes, gadgets, and more. </p></div></div></div> <?php endif; ?> </div><!-- /content --> <?php get_footer(); ?>




Reply With Quote

Bookmarks