• Resolved monumentsinking

    (@monumentsinking)


    I’m currently running 2.2.1 and using the cutline theme. When I use this code

    <? the_content(‘Read More…’ ?> it just exposes all of the content from my post entry without adding the “read more” to the post even after I ad <–more–> into my post

    So I’ve used <? the_excerpt()?> instead to stop that from happening.

    (code I’m currently using)
    <div class=”entry entry-content”>
    <?php the_excerpt(); ?>
    <p class=”tagged”>Tags: <?php the_category(‘ · ‘) ?><span class=”add_comment”><?php comments_popup_link(‘No Comments.’, ‘1 Comment’, ‘% Comments’); ?></span><?php if (function_exists(‘sharethis_button’)) { sharethis_button(); } ?></p></div>

    https://www.theretrospective.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • <? the_content('Read More...' ?>
    That is not exactly the right code…

    <?php the_content('Read More...'); ?>

    Thread Starter monumentsinking

    (@monumentsinking)

    I’m sorry that was a typo in my post entry sorry about that. It still just exposes everything.

    Thread Starter monumentsinking

    (@monumentsinking)

    I just figured it out thank you very much it was the fact that I was putting the <!–more–> tag in the actually post and not in the code view.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having issue with <? the_content() ?>’ is closed to new replies.