Skip to:
Content
Pages
Categories
Search
Top
Bottom

post body not showing – everything else is


  • loumitch
    Participant

    @loumitch

    i have buddypress installed, everything is working fine, however, I noticed that when a member creates a blog the post body doesn’t display. every other piece displays fine – the title, author, etc.

    on a weird note, I did see the post body for one member’s blogs, but when I went to check anothers, I saw nothing….then when I went back to the one that did work, it wasn’t anymore.

    this is the code used to display the posts:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>" style="margin-bottom:20px; border-bottom:1px dotted #666; padding-bottom:12px;">
    <h2 style="margin-top:0;"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <small>Posted on: <?php the_time('F jS, Y') ?></small>
    <div class="entry">
    <?php the_content(__('(more...)')); ?>

    <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    </div>
    <div style="margin-top:12px; padding-bottom:4px;">
    <div style="float:left;"><small><?php edit_post_link('Edit this entry.', '<div>', '</div>'); ?></small></div>
    <div style="float:right;"><small><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></small></div>
    </div>
    </div>
    <?php endwhile; endif; ?>

    anyone have any ideas why this could be happening?? please help!!

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

  • Burt Adsit
    Participant

    @burtadsit

    Well, that doesn’t even look like bp code. I’m not sure that the issue is related to bp at all. Maybe if you gave more information somebody could help.

    bp version?

    wpmu version?

    theme?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    loumitch, are you using a custom theme of some kind? Chances are that the theme is broken, or the stylesheet is hiding the content off screen somehow.

    Do you have a link to the problem in action?


    loumitch
    Participant

    @loumitch

    wpmu 2.7.1

    buddypress 1.0.1

    the theme is the kubrick theme, i just stripped it down some, but kept all the php intact.

    is that not the proper code to display the content? i’ve been customizing themes for years and never ran into this issue.

    also, i tried displaying posts based on category, when i choose category 1 i get the blank posts, if i choose category 2 (which doesn’t exist) i get nothing showing, so it’s obviously aware of the posts, it will display the title, it adds a link under new posts, just won’t show post body


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Do you have a link to this happening? I’d like to see the page myself to help diagnose.


    loumitch
    Participant

    @loumitch


    loumitch
    Participant

    @loumitch

    what happened to the quick responses :(


    loumitch
    Participant

    @loumitch

    also, i’ve tried putting back in the untouched theme that comes with wpmu to see if perhaps I did omit something I shouldn’t have, but the same thing – everything shows up, except post body


    loumitch
    Participant

    @loumitch

    ?????????


    Burt Adsit
    Participant

    @burtadsit

    I created an account on your site and I think I understand how things are configured. You have wpmu installed with the subdirectory option for blogs.

    bp is installed on the blog http://www.518fever.com/profiles

    You have other blogs such as http://www.518fever.com/maria/

    Then again that might not be how things are configured at all. the ‘maria’ blog doesn’t show in the bp blogs directory. The blogs that are there have an url signature of:

    http://518fever.com/profiles/tony/

    I’m totally confused as to what the configuration is. I think wpmu and is also.


    loumitch
    Participant

    @loumitch

    there are four original wordpress blogs in a folder off the root..(/maria/ being one of them, the others are linked in the blogroll section of her blog) then i have wpmu installed in the /profiles/ directory and that’s where buddypress is installed too

    doesn’t seem like they should interfere or anything, they’re using different databases and different prefixes for the table fields.


    Burt Adsit
    Participant

    @burtadsit

    I wasn’t really thinking of tables. More like .htaccess. I don’t see any bp related issues. You might be better off asking for help at https://mu.wordpress.org/forums/

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘post body not showing – everything else is’ is closed to new replies.
Skip to toolbar