Remove “READ MORE”
-
Hi. I recently joined WordPress so don’t know my way around everything yet. I blog on http://www.crazy4footie.info
So the problem am facing is that my theme (Free theme called Phyto) sets a READ MORE text after every post even if I don’t have the <–more–> tag in use. This has forced me to display the posts in a excerpt format rather than my preferred method of one long complete post. I want the READ MORE text to only come up when I use <–more–> tag and not otherwise. I have read my way around some of the forums and searched here too but found nothing that would suit my problem. Follow is the code from index.php file :<div class="entry"> <?php if($i==1 || $i==2) : ?> <?php obwp_google_468_ads_show(); ?> <? endif; ?> <?php the_content('',False,''); ?> </div> <div class="postmetadata"> <p><a href="<?php the_permalink() ?>">Read more..</a></p> </div> </div>Please help me. This READ MORE text is also displaying in any of the themes that I preview now. I don’t know what’s wrong. Thanks ๐
The topic ‘Remove “READ MORE”’ is closed to new replies.