Forum Replies Created

Viewing 4 replies - 46 through 49 (of 49 total)
  • Thread Starter iselltheta

    (@iselltheta)

    Makes sense… I added the content code in. The sidebar is now populating with posts that are meant for the body. Thank you for all the help so far….

    Thread Starter iselltheta

    (@iselltheta)

    Thanks for the help. My site is macrostory.com – right now it has the excerpt function in. Please let me know if you need me to do something else to troubleshoot. Thank you for your help so far. You almost have my solution….

    Thread Starter iselltheta

    (@iselltheta)

    I edited the page.php file and you are correct it did work for my posts that are directly on a page. I see now on my posts that my index.php file is using excerpts. I changed to the_content and it works but my formatting on the page is off. The following code is now in the index.php file

    <div class=”post-excerpt”>
    <?php the_excerpt(); ?>

    I changed the line

    <?php the_excerpt(); ?> to

    <?php the_content( $more_link_text, $strip_teaser, $more_file ); ?>

    but am unsure what to do with the line that reads <div class=”post-excerpt”>

    If I can figure that out, my problem should be solved. Thanks in advance for any further help.

    Thread Starter iselltheta

    (@iselltheta)

    The page.php file is here (pretty small file). It includes the code I added as mentioned in the first post (tried 0, 1, TRUE, FALSE).

    [code moderated as per forum rules - please use the pastebin]

Viewing 4 replies - 46 through 49 (of 49 total)