Setting the Read More Link position not working
-
I have set my setting>reading> to show summary and I have used the <!–more–> tag where I want my post summary to stop but still the entire post shows. These is a problem/solution post where the viewer can see the solution by clicking the read more link. The code below “excerpt (‘220’)” is where I think my problem is. If I change the ‘220’ to ‘100’ or ’50’ I can adjust where the summary ends but it is a hard end. My questions are longer or shorter and so I need to be able to set that point for each post. Any help is much appreciated.
<h2 class=”postinfoheader”>“><?php the_title(); ?></h2>
<p><?php excerpt(‘220’); ?></p><div class=”postbar”>
<div class=”readmore” style=”float:left;”>
<div class=”readmoreicon”></div>
<div class=”readmorelink”>“>See The Solution…</div>
</div>
- The topic ‘Setting the Read More Link position not working’ is closed to new replies.