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