How do i add a "read more" link to my wordpress theme (php)?

Ive created a basic blog style wordpress theme, im just wondering what php tag i have to add after the_content (at least im assuming thats where it goes), so that i can add a break in the editor to create a “read more” link? Or is it more complicated than this??

Any help appreciated

Never mind I worked it out - much simpler than i thought lol

its so so easy man in the write box when you write a new post you will find this button click on it only :slight_smile:

Yeah i got it man thanks… It was actually getting the link to display more than the break in the text cus i coded my own theme from scratch but just used <?php the_permalink() ?>