custom theme and website is local. I have created posts and added read more links from visual editor. Then in loop on homepage I am only displaying part upto read more link by using following code
`<?php the_content(__(‘read more’)); ?>
Now when I click on title or this read more link, I want to go to single post page and only display part that comes after read more link.