Cannot Get The "More" Tag to work
-
I have a huge headache trying to figure out how to get the More tag to work as I try and cut down the size of my posts. I am fairly knew to this and my knowledge of PHP stuff is limited. Some background:
Blog: savagedome.com
Theme: FTThemes Dot News.I have read tons of forums about adding the word tag. When I do, it does cut down the post to an excerpt and adds the tag where I want but there is not “read more” link.
I have read about this code that many have added:<?php global $more; $more = 0; ?> <?php echo get_the_post_thumbnail( $id, $size, $attr ); ?> <?php the_content('Read more...'); ?>
Problem is I am not great at code and nobody ever tells you WHERE to put the code. Very frustrating.
So I would very much appreciate any help but if you are going to show me code can you be very clear as to where it goes, I mean “it goes here, before or after this and that” if you know what I mean? Thanks!
Cecil
- The topic ‘Cannot Get The "More" Tag to work’ is closed to new replies.