wordpress ブログのインデックス ページで詳細を読むためのリンクがあります。指定された参照コードとして < p > タグ内に挿入されます。
<p>Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<a class="more-link local-link" href="http://example.com/">
<span>Read <span class="red">More</span></span>
</a>
</p>
今、このように 2 行目に表示されるように、リンクのスタイルを設定したいと思います...
ここに段落テキスト...assages、そして最近では、Lorem Ipsum のバージョンを含む Aldus PageMaker のようなデスクトップ パブリッシング ソフトウェアを使用しています。
続きを読む
どのスタイルを適用する必要があるかについては、あまりわかりません。いくつかの可能なスタイルを試してみましたが、どれも正しく機能していないようです。スタイルdisplay:blockをリンクに適用すると、2行目に移動しますが、ブロックが行全体のスペースを占めていることがわかっているため、領域全体がクリック可能になります。