Title: TwilightTigers's Replies | WordPress.org

---

# TwilightTigers

  [  ](https://wordpress.org/support/users/twilighttigers/)

 *   [Profile](https://wordpress.org/support/users/twilighttigers/)
 *   [Topics Started](https://wordpress.org/support/users/twilighttigers/topics/)
 *   [Replies Created](https://wordpress.org/support/users/twilighttigers/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/twilighttigers/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/twilighttigers/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/twilighttigers/engagements/)
 *   [Favorites](https://wordpress.org/support/users/twilighttigers/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] Help adding a divider line between posts.](https://wordpress.org/support/topic/help-adding-a-divider-line-between-posts-1/)
 *  Thread Starter [TwilightTigers](https://wordpress.org/support/users/twilighttigers/)
 * (@twilighttigers)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-adding-a-divider-line-between-posts-1/#post-5264612)
 *     ```
       <!-- NOTE: If you need to make changes to this file, copy it to your current theme's main
       	directory so your changes won't be overwritten when the plugin is upgraded. -->
   
       <!-- Start of Post Wrap -->
       <div class="post hentry ivycat-post clear">
   
               <!-- This will output of the featured image thumbnail  -->
       	<div class="featured-image">
       	    <?php the_post_thumbnail( array( 180, 9999 ), array( 'class' => 'alignleft' , 'style' => 'border:5px solid white ; margin-right:5px ;' ) ); ?>
       	</div>
   
       	<!-- This is the output of the post TITLE -->
       	<h2 class="entry-title"><a>"><?php the_title(); ?></a></h2>
   
       	<!-- This is the output of the META information -->
       	<div class="entry-utility">
       		<?php if ( count( get_the_category() ) ) : ?>
       			<span class="cat-links">
       				<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
       			</span>
       			<span class="meta-sep">|</span>
       		<?php endif; ?>
       		<?php
       			$tags_list = get_the_tag_list( '', ', ' );
       			if ( $tags_list ):
       		?>
       			<span class="tag-links">
       				<?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
       			</span>
       			<span class="meta-sep">|</span>
       		<?php endif; ?>
       		<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
       		<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
       	</div>
   
       	<!-- This is the output of the EXCERPT -->
       	<div class="entry-summary">
       		<?php the_excerpt(); ?>
       	</div>
       </div>
       <!-- // End of Post Wrap -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] Help adding a divider line between posts.](https://wordpress.org/support/topic/help-adding-a-divider-line-between-posts-1/)
 *  Thread Starter [TwilightTigers](https://wordpress.org/support/users/twilighttigers/)
 * (@twilighttigers)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-adding-a-divider-line-between-posts-1/#post-5264611)
 * I am a little confused. Should steps 1 and 2 be added to posts_loop_template?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] Can't get images and text to align to the left correctly](https://wordpress.org/support/topic/cant-get-images-and-text-to-align-to-the-left-correctly/)
 *  Thread Starter [TwilightTigers](https://wordpress.org/support/users/twilighttigers/)
 * (@twilighttigers)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-get-images-and-text-to-align-to-the-left-correctly/#post-5155744)
 * It looks like everything is working now. Thank you for taking the time out of
   your day to solve my problem. : )
 * Thanks Again,
    Twilight

Viewing 3 replies - 1 through 3 (of 3 total)