hey well ive been working hard to embed wordpress into a website here what it looks like so far. http://www.dormerfinance.co.uk/wordpress/ i have added in some lorem lipsum text just to feel the gaps, but the problem is at the moment when i add in a new post it adds in the entire document rather then like 100 words and then a read more link. I am new to wordpress and dont really know how to do this, does anyone have any pointers ?
There is a read more button in the wordpres text editor or you can simply switch to html and enter <!--more--> where you want it to be.
I personally believe the excerpt is a better option. However, thats just a personal preference. If you use the_content, you need to specifiy where the article is broke on the main page with the more tag which Grouse mentioned. This means you have control of when the article is stopped and where the read more link is placed. I prefer using the_excerpt, this means that every article is stopped after a certain number of characters or words.
Could you explain how and where exactly the the_excerpt code should appear with some "test" code? I've tried following the information on WordPress' site but I came a little unstuck, I'd like to use this function. Cheers
It seems that it just stops text in the actual message/post showing - I still want a LITTLE text to give the reader a taste of the article to see if they want to carry on reading. Is there some other edits to make with the_excerpt code? www.ultraway.net < Now the text has gone but if you click the title it does indeed take you to the post but I still want SOME text showing.
After one para just enter <!--more--> in the html or code view of the post One can also use excerpt but the IMO former option is best
I think I prefer that way to be honest - <!--more-->. Is there really much difference between the two? One thing I will ask though is the text that appears when you type <!--more-->, which file can that be found in because I'd like to change it. Thanks.