自分用に簡単なブログ スクリプトを作成していて、どこかで行き詰まってしまいました。
2 つの p タグのみを表示するにはどうすればよいですか?
すなわち
私のテキスト:
<p>Some text, article here. this is the first paragraph</p>
<p>Some text, article here. this is the second paragraph</p>
<p>Some text, article here. this is the third paragraph</p>
<p>Some text, article here. this is the fourth paragraph</p>
最初の 2 段落だけを返すようにするにはどうすればよいですか?
このような:
<p>Some text, article here. this is the first paragraph</p>
<p>Some text, article here. this is the second paragraph</p>
<a href="dont-worry-about-the-link">Read More</a>