page excerpt
-
Setting up a new blog and I’m having some issues getting a page to show just the excerpt.
For now, I want the ‘travel blog’ page to just show excerpts of any future posts i write.
This is the div containing the php that should be grabbing the post excerpts. I can’t figure out why it’s not showing up and the comment area, sidebar etc are not active either.
<?php the_excerpt(__('read more')); ?> <div class="meta"> <?php the_time('M j, Y') ?> // by <span class="author"><?php the_author_link(); ?></span> // <?php the_category(', ') ?> // <?php comments_popup_link('No Comments', '1 Comment ', '% Comments'); ?> </div>
the travel blog page is https://itsminelife.com/travel-blog
and there is one post at https://itsminelife.com/back-to-bali
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘page excerpt’ is closed to new replies.