/ Published in: PHP
Expand |
Embed | Plain Text
<div id="all" align="center"> <?php get_header(); ?> <div id="wrap"> <br /> <div id="site-word" align="center"> Searching for good Adobe air applications? Do you want them all in one place? Here, we go. We categorized almost all adobe air applications and make it easy to find what you want. </div> <div id="posts"> <?php if(have_posts()) : while(have_posts()) : the_post();?> <ul class="post"> <div class="postimg"><a href="<?php the_permalink(); ?>"<?php $postimageurl = get_post_meta($post->ID, 'tpic', true); if ($postimageurl) { ?> <a href="<?php the_permalink(); ?>" rel="bookmark"><img src="<?php echo $postimageurl; ?>" alt="Post Pic" width="201" height="111" /></a> <?php } else { ?> <a href="<?php the_permalink(); ?>" rel="bookmark"><img src="<?php bloginfo('template_url'); ?>/images/default.JPG" alt="Screenshot" width="201" height="111" /></a> <?php } ?></a></div> <div class="post-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div> <div class="post-category">Category : <?php the_category(', '); ?></div> <div class="appdesc-index"><?php $appdesc = get_post_meta($post->ID, 'appdesc', true); if ($appdesc) { ?> <?php } else { ?> <font color="gray" >No found information about this</font> <?php } ?></div> <!-- <div class="readmore"><a href="<?php the_permalink(); ?>">More & Download</a></div> --> </ul><!-- End Post --> <?php endwhile; ?> <?php else : ?> <p>I can't find what you're searching for, Try again with a different search word.</p> <br /> <?php endif; ?> <div id="next"><?php previous_posts_link(); ?><?php next_posts_link(); ?> </div> <br></br> </div><!-- End Posts --> <?php get_sidebar(); ?> </div><!-- End Warp --> </div><!-- End Container --> </div> <?php get_footer(); ?> </body> </html>
You need to login to post a comment.
