the_excerpt
-
Hi..
I’ve read where you change the_excerpt into the_content to change blog posts to show the entire post instead of just an excerpt..
here’s what my code in index.php says
<div class="post-content"> <?php $post_excerpt = of_get_option('post_excerpt'); ?> <?php if ($post_excerpt=='true' || $post_excerpt=='') { ?> <div class="excerpt"><?php $excerpt = get_the_excerpt(); echo my_string_limit_words($excerpt,45);?>which excerpt do i change?
thanks!
carrie
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘the_excerpt’ is closed to new replies.