Results 1 to 2 of 2

Thread: Blog Images

  1. #1
    Join Date
    Feb 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Blog Images

    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..

    thanks
    Code:
    <?php get_header(); ?>
    	
    	<?php get_sidebar(); ?>
    
    	<div id="content">
    
    	<h2 class="pagetitle">&nbsp;</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 &raquo;'); ?>
    				</div>
    
    				<ul class="postmetadata">
    					<li class="tags">
    						<?php the_tags('Tags: ', ', ', ''); ?>&nbsp;
    					</li>
    					<li class="comments">
    						<a href="<?php the_permalink() ?>#respond">Add Comment</a> 
    							&raquo; 
    						<?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
    					</li>
    				</ul>
    				<div class="divider">&nbsp;</div>
    			</div><!--/post-->
    
    		<?php endwhile; ?>
    
    		</div><!--/contentinner-->
    
    		
    		<div class="navigation">
    			<?php next_posts_link('Older Entries') ?> &nbsp; &nbsp; <?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(); ?>

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Your link is broken.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •