I am a newbie coder. I have learned a lot in the few weeks. Now I am making my blog site. What I want is , show the limited part of 6 or 8 articles in the content div and make a read more link to show the article.
Can you tell me a way to do it?
|
I am a newbie coder. I have learned a lot in the few weeks. Now I am making my blog site. What I want is , show the limited part of 6 or 8 articles in the content div and make a read more link to show the article. Can you tell me a way to do it? |
|||
|
|
|
Load the string helper and use the word_limiter, character_limiter (google for docs) Or, contain a paragraph called "Summary" (varchar(255)) different to your main "Content" field (TEXT). |
|||
|
|
|
|
|||
|
|