Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
続きを読むが挿入されるまでテキストを表示するためのブログ投稿の PHP の概念と、ワードプレスのように続きを読むタグを認識し、続きを読むタグが挿入されるまでテキストを表示できる機能を誰かが説明できますか <!--more-->。ありがとう
<!--more-->
続きを読むタグの周りに文字列を分割するだけで、それより前のものは本質的に要約であり、前後の連結は全文です。
フロントエンドで JavaScript を使用して、[詳細]/[詳細] ボタンを押したときに抄録と全文を切り替えることができます。