when i post (write) any article i got this msg on my site
"Read the rest of this entry »
how to make it normal without any use of that line ?
when i post (write) any article i got this msg on my site
"Read the rest of this entry »
how to make it normal without any use of that line ?
any idea ? please ?
Use the_content() rather than the_excerpt() in your Loop.
And please read #2: http://wordpress.org/support/topic/39501
viper007bond, thanks for answering me back
humm where is the_content ? im using wp2
any one else can help me please ?
Don't use the "more" button/quicktag when writing a post.
If you insert the <!--more--> in your post - it will break the post and insert that link you are seeing.
Moshu,
"Don't use the "more" button/quicktag when writing a post."
where is the "more" button/quicktag ?
i can not find that thing !
when i write any post i write it normaly !
No, you don't. At some point you do something that adds that link.
Or, another question: what did you modify in your theme's index file?
i did not modify anything in index file !
Well then the theme you're using is using the_excerpt() rather than the_content() in it's index.php.
What theme are you using?
Hi viper , im using the Default one
and still im getting the same problem !
i was trying to put <!--more--> in the last line of each post i posted but still it gives me the same problem !
still recieving :
"Read the rest of this entry »"
Wherever you put <!--more--> -- WP will insert there "Read the rest of this entry »" and cut the rest of the post.
This topic has been closed to new replies.