Hi everyone,
Doing a site for which the homepage will have three main sections on it (e.g., about, donate, contact).
For those sections, there will be three other pages (about.htm, donate.htm, and contact.htm).
For the about section of the homepage, for example, I would like to have, say, the first 50 words from the div called “content-container” in “about.htm” and have those words written in the about section on the homepage, with like, an ellipsis at the end (…) and then a ‘read more’ link which links to about.htm
I was fooling around with file_get_contents but didn’t really get anywhere (I suck at .PHP :D).
If anyone could help me out, that’d be great.
Thanks!