Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Post Body Content not showing up #21289
    ourag
    Member

    Wondering if you got my email and checked it out.

    in reply to: Post Body Content not showing up #21284
    ourag
    Member

    reply sent via email

    in reply to: Post Body Content not showing up #21275
    ourag
    Member

    some customizing but only rounded corners on nextgen photo gallery but that was done before and everything was working. I’ll look for you email.

    in reply to: Post Body Content not showing up #21272
    ourag
    Member
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    	<header class="entry-header">
    		<h1 class="entry-title"><?php the_title(); ?></h1>
    
    		<?php if ( 'post' == get_post_type() ) : ?>
                <div class="entry-meta">
                    <?php catchevolution_posted_on(); ?>
                    <?php if ( comments_open() && ( $options[ 'commenting_setting' ] != 'disable' ) && ! post_password_required() ) : ?>
                        <span class="sep"> &mdash; </span>
                        <span class="comments-link">
                            <?php comments_popup_link(__('Leave a reply', 'catchevolution'), __('1 Comment &darr;', 'catchevolution'), __('% Comments &darr;', 'catchevolution')); ?>
                        </span>
                    <?php endif; ?>
                </div><!-- .entry-meta -->
    		<?php endif; ?>
    	</header><!-- .entry-header -->
    
    	<div class="entry-content">
    		<?php the_content(); ?>
    		<?php wp_link_pages( array( 
    			'before'		=> '<div class="page-link"><span class="pages">' . __( 'Pages:', 'catchevolution' ) . '</span>',
    			'after'			=> '</div>',
    			'link_before' 	=> '<span>',
    			'link_after'   	=> '</span>',
    		) ); 
    		?>
    	</div><!-- .entry-content -->
    in reply to: Post Body Content not showing up #21271
    ourag
    Member

    I put up a longer post which has 60+ words so there should be a small portion (30) words that show up with a continue reading in the body however still not happening just the letter “p”. This is in reference to the home screen, and the “postings” page.

    in reply to: Post Body Content not showing up #21270
    ourag
    Member

    It isnt the actual post, it is the feed on the homepage of the recent posts. That doesnt show any body content just a “p”

    in reply to: Footer Credit, Slider, and Comment Questions #21078
    ourag
    Member

    Sorry probably will be upgrading to the pro version so I should be able to remove all those things along with an image slider. However I’m still wondering on the comment reply box question

Viewing 7 posts - 1 through 7 (of 7 total)