When you post in editor click your mouse where you the link and then in keyboard press Ctrl+Alt+T that will a line with more at end and update or publish.
now if you go and post page you have the article and a continue reading link.
Thanks govpate, I have tried that: in the html and visual text editors the tag does appear. But when I visualize the published post, nothing happens. Actually, I have tried everything I was suggested to, nothing worked. That’s why I am trying to modify the php. I have tried to follow what the above link teaches, but I I do admit I need more knowledge: it does not tell a beginner where’s the files that should be modified. I guessed it is php.index in wp-include folder, but I am not sure.
If you could help me, you could help a lot of people too: I have posted this question in the Brazilian Portuguese forum and there are some guys there asking the same thing. If an easier guide is posted here, I will translate there.
Thanks agains.
Are you doing this on a page or post as it does not work pages
If you are trying to ‘turn on’ the ‘read more’ in a template, you might need to add this line before your query:
global $more; $more = 0;
@ govpatel: on posts, I understand it doesn’t work on pages.
@ vtxyzzy: forgive my dumbness, but could you tell me where’s this query thing?
Thanks.
In posts I do not have any problem with posting and have continue reading.
there must some thing that is odd in your theme try switching to twenty ten theme see if it works on default theme if it does then it is there is theme problem.
That line should go just before the line that has something like this:
<?php global $more; $more = 0; ?>
<?php if (have_posts()) . . .
But, you need to be careful of the <?php and ?> tags. You say you have made modifications to your theme, so you probably know about these.
You guys, thank you for your gentle help. I will have a friend taking an expert look into my files. If he finds the answer, I will post here.
Thank you.