Custom more link in posts
Hello everyone,
If anybody like me wants to customize the default "More" link that appears in blog posts page here is the solution. After a bit of research I found out that
WP allows to customize the "More" link in its visual editor.
1. Change the visual editor to Text more
2. Place the <!--more--> tag anywhere you want. By default this will cut the post content right where it was placed and include a link "(more...)". This is ugly.
3. To customize this link simply add your own text like so <!--more Keep reading...-->
Remember not to use any whitespace in <!--more--> tag, otherwise it will not work.
Hope this helps anyone out there.