thenaturalone30
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: Need Float Code for Side By Side PostsMy site is http://www.beautyblossom.biz.
I’m using Manolya template. I have made 3 posts to use as testers which you will see on the page.
Here’s the Loop code of the index.php:
[next time, please use the pastebin for any code longer than 10 lines. for any direct posted code, please mark the code using the ‘code’ button.]
<div id="content"> <?php if(is_home()) { include (TEMPLATEPATH . '/featured.php'); } ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2 class="title"><a>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <?php the_title(); ?></a></h2> <div class="postdate"> <?php the_time('F jS, Y') ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div> < div class="entry"> <?php if ( function_exists('has_post_thumbnail') && has_post_thumbnail() ) { the_post_thumbnail(array(200,160), array('class' => 'alignleft post_thumbnail')); } ?> <?php the_content(''); ?> <div class="readmorecontent"> <a>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Read More »</a> </div> </div> </div><!--/post-<?php the_ID(); ?>--> <?php endwhile; ?>Forum: Plugins
In reply to: Need Float Code for Side By Side PostsThanks so much!
I hate to sound like an idiot, but where do I put the two sets of codes?
Viewing 2 replies - 1 through 2 (of 2 total)