Photographer: jscreationzs
Do you have days when everything just comes together? It is only 8:00 a.m. and today has already proven to be such a day.
I am on Day 44 of the 100 Day Challenge and today's lesson is on continued learning.
Early in this Challenge I set several goals for myself.
One included helping the local food bank. As part of that task, I am helping a food bank organizer create a new web site. He wanted a change made in the format on the page that I had no idea how to accomplish.
So it was "back to school" for me, only this time my teachers are the pros that lurk in the Help Form at Wordpress.org. A quick search in the knowledge base lead me to the following question and answer:
CHANGE the_excerpt to the_content! (2 posts)
I need help! When you look under the category and archive pages you can see only an excerpt from your posts, I want everything to be seen, including pictures. I have Understood that it is something about the codes the_excerpt the_content but i cannot find them anywhere in my templates. I'm using the theme "Twenty Ten" and would love some help.
My website is http://llinda.seit is in loop.php:
<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?>change the first line in this area to:
<?php if ( is_search() ) : // Only display excerpts for search. ?>that would still leave the excerpt to show in search results.

No comments:
Post a Comment