Remove Search and Read More

Latest Reply from === at 2013-06-25 07:22:54
Hi I want to remove the Search on top right and the Read More button in Posts.

How to?

Thanks
Peter
Hi!

To remove the Searchbox you have to delete the following code from the file top.php:
<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>

To get rid of the "Read more" tag you have to delete the following string in the file theloop.php:
<a href='<?php the_permalink(); ?>' class='readmore'><?php echo $SMTheme->_( 'readmore' ); ?></a> 

Also you need to set the Length of content in the feed on page Theme Settings --> Layout.
oh, that was easy enough! Thanks a lot. I just removed the value in the Length of Content field and it displays the whole article.
Cheers

Leave a reply

Add codeAdd image