Excerpt/summary troubles
-
First off this is the first I have used wordpress, or any blog software for that matter, and I cannot seem to get the summary function to work. After searching through these boards I found a lot of code editing, tried to apply it to my theme
pool — https://www.lamateporunyogur.net/poolI think this is all of my index.php that is needed if not I will post more.
<div class=”entrada”>
<h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F j, Y \o\n\ g:i a’); ?> | In <?php the_category(‘, ‘) ?> | <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></small><?php the_content(“Continue reading “.the_title(”, ”, false).”…”); ?>
I tried to change the
<?php the_content(“Continue reading “.the_title(”, ”, false).”…”); ?>to
<?php the_excerpt(“Continue reading “.the_title(”, ”, false).”…”); ?>
but that allowed only my excerpt to be viewed.
Any help?
- The topic ‘Excerpt/summary troubles’ is closed to new replies.