Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • If I switch it to a tag post… it’s fine. Definitely something on my side…

    I’m sure they are identical, because it’s happening in both, but I posted ‘adopt’ instead of ‘sale’ code.

    In the site:
    http://h3petsupply.com/sales0915/

    Here’s the ‘sale’ shortcode:
    [ic_add_posts category='sale' template='posts_loop_sale_template.php' showposts='5']

    And the template code:

    <!-- 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">
    
    	<!-- This is the SPACER at the top -->
    	<span> <br /> </span>
    
    	<!--This will output the featured image thumbnail  -->
    	<div class="featured-image">
    		<?php the_post_thumbnail( 'thumbnail' ); ?>
    	</div>
    
    	<!-- This is the output of the post TITLE -->
    	<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    
    	<!-- This is the output of the EXCERPT -->
    	<div class="entry-summary">
    		<?php the_excerpt(); ?>
    	</div>
    
    	<!-- This is the output of the divider bar -->
    	<span> <hr /> </span>
    
    	<!-- 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', 'petsandvets' ), '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', 'petsandvets' ), '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', 'petsandvets' ), __( '1 Comment', 'petsandvets' ), __( '% Comments', 'petsandvets' ) ); ?></span>
    		<?php edit_post_link( __( 'Edit', 'petsandvets' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    	</div>
    </div>
    	<!-- This is the output of the divider bar -->
    	<span> <hr /> </span>
    <!-- // End of Post Wrap -->

    I thought it might be a social media plugin or another short code plugin.

    Nada
    http://h3petsupply.com/sales0915/

    <!-- 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">
    
    	<!-- This is the SPACER at the top -->
    	<span> <br /> </span>
    
    	<!--This will output the featured image thumbnail  -->
    	<div class="featured-image">
    		<?php the_post_thumbnail( 'thumbnail' ); ?>
    	</div>
    
    	<!-- This is the output of the post TITLE -->
    	<h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    
    	<!-- This is the output of the EXCERPT -->
    	<div class="entry-summary">
    		<?php the_excerpt(); ?>
    	</div>
    
    	<!-- This is the output of the divider bar -->
    	<span> <hr /> </span>
    
    	<!-- 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', 'petsandvets' ), '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', 'petsandvets' ), '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', 'petsandvets' ), __( '1 Comment', 'petsandvets' ), __( '% Comments', 'petsandvets' ) ); ?></span>
    	<!-- // eliminate comments 	<?php edit_post_link( __( 'Edit', 'petsandvets' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    	</div> -->
    </div>
    	<!-- This is the output of the divider bar -->
    	<span> <hr /> </span>
    <!-- // End of Post Wrap -->

    I suspect that I have a plug-in conflict. I think I figured it out, if not… I’ll be back with the code. Thanks!

    Seems the quickest way to fix it myself is post… seems like 3 minutes later I have it figured out. lol

    I’m having a similar problem. I did edit the template, but only a little to add the featured image.

    http://h3petsupply.com/sales0915/

    I get a ‘by’ before and after the excerpt.

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