prettydelicious
Member
Posted 4 months ago #
Hi,
When I add read more
I can see <!--more--> in HTML and when I publish it, I don't get to see it on my website.
I already tried several plugins to solve this problem, but it won't help.
Can someone please help me :(
my website is
http://www.prettydelicious.nl
Your theme is likely creating 'excerpts' by default at publish...
Using the post editor make sure all screen options appear, and look for the excert or other custom fields related to excerpts and remove the excerpt or custom fields - then publish post(s).
prettydelicious
Member
Posted 4 months ago #
I just removed the excerpt field any fields and just added the 'more' and published it, and it still wont appear :(
look into the front page template (index.php) of your theme, and replace the_excerpt(); with the_content();
http://codex.wordpress.org/Function_Reference/the_excerpt
prettydelicious
Member
Posted 4 months ago #
WOW it worked!!
Thanks a billion guys!! :D
Whoehoeee what a great start of my day!