Viewing 20 posts - 1 through 20 (of 22 total)
  • Author
    Posts
  • #21257
    ourag
    Member

    So having some issues. On my home page I have a feed of the most recent postings. Well the title is there, but no body content. That means there is nothing for them to read and being able to click continue reading. It happens on the front page along with the actual postings/blog page.

    http://www.ourag.com

    #21264
    Sakin
    Keymaster

    @ourag: Can you add in long content post and send me the url? As when I check in your post http://www.ourag.com/?p=318, you have post with content. If you have longer post content then only you will see Continue Reading

    #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”

    #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.

    #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 -->
    #21274
    Sakin
    Keymaster

    @ourag: Have you customize the theme. If not then I suspect plugin conflict with the theme. Try disabling plugin and check in. I will also email you so that we can discuss about it in detail.

    #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.

    #21277
    Sakin
    Keymaster

    @ourag: I don’t get it what are you trying to do with the code paste. I have also emailed you. For code sharing you can reply me there.

    #21278
    Sakin
    Keymaster

    I have already send you an email at contact[at]ourag[dot]com

    #21284
    ourag
    Member

    reply sent via email

    #21289
    ourag
    Member

    Wondering if you got my email and checked it out.

    #21291
    Sakin
    Keymaster

    @ourag: Yes I got it and I found the problem plugin. That is “Mashshare Share Buttons” plugin. Now, your site is showing content.

    #36716
    nsapp
    Member

    I may have the same problem at my site. Brand-spanking new with no plug-ins. Wrote my first post and visited site to check it out and it had continue reaing… So I clicked it and it didn’t expand. Just showed me the same thing.

    (Also, changed permalinks to put post name and got a 404.) Where the heck does one create a new topic on your site???

    I’ve been operating another WordPress site for a number of years but this theme a terrific theme but not user friendly or buggy or both.

    Thanks
    nsapp
    http://www.nsapp.com

    #36741
    Sakin
    Keymaster

    @nsapp: Looks like there is something wrong with your WordPress Setup. As all you site links to http://www.nsapp.com/blog/. So, can you go to “Settings => Permalinks”. Then try resetting it by changing “Common Settings” to “Default” and leave your “Category base” and “Tag base” empty and save change. I am guessing that there is something misconfiguration in your settings.

    #36824
    nsapp
    Member

    Sorry, Sakin, I shouldn’t have reported two problems, but can’t figure out how to report it separately. Anyway, when I got the permalink 404, I reset everything back to defaults – just like you suggested – and have double checked that. Still have the continue reading… problem though.

    (as an aside, Theme Options->Featured Post Slider->Click Here To Edit gives 404 also. Doesn’t build the path correctly. Tries to use …nsapp.com/wp-admin… when it is actually …nsapp.com/blog/wp-admin…)

    Regards,
    nsapp

    #36831
    nsapp
    Member

    OK, fixed it in Settings->Site Address. Sorry.

    Regards,
    nsapp

    #36854
    Sakin
    Keymaster

    @nsapp: Nice. Glad you found the issue.

    #87264

    Hi I have Clean journal installed and Post bodies and titles and anything/everything doesn’t show up when you click on the post itself. I’m completely baffled.
    Everything looks right here:
    http://newcommunitycoalition-coos.org/news-test-page/
    But as soon as you click on a post like this one: Absolutely nothing.

    #87274
    Sakin
    Keymaster

    @rabbyosaberwolves:
    1. Did you check in plugins? Can you try disabling plugin one by one and check in. Looks like there is issue with breadcrumb and your plugins.

    2. Did you reset your Permalinks from “Settings => Permalinks”, Can you try default and check in.

    3. If this doesn’t solve then try disabling breadcrumb from “Appearance => Customize => Theme Options => Breadcrumb Options”

    4. If this doesn’t solve then let me know it and then I will send you email.

    #87335

    It was indeed the breadcrumbs!! Thank you so much. Do you have any idea how to get the breadcrumbs to work properly?

Viewing 20 posts - 1 through 20 (of 22 total)
  • The topic ‘Post Body Content not showing up’ is closed to new replies.