埋め込みクラスを使用して HTML でさまざまなテキストをレンダリングする方法
<p>コードが埋め込まれているカテゴリに基づいて異なるテキストを表示したいと考えています。つまり、カテゴリが .category-rabbitmq の場合です。 </p>
<p>カテゴリが.category-rabbitmqの場合の背景を変更します。 </p>
<pre class="brush:php;toolbar:false;"><style>
.category-rabbitmq
{
背景画像: url('https://www.nastel.com/wp-content/uploads/2022/04/nastel_navigator_xpress.png') !重要;
背景サイズ: カバー;
}
</スタイル>
<themainbody></themainbody>について詳しく読む<br></pre>
<p>これは常に変数を表示します。 </p>
<pre class="brush:php;toolbar:false;"><style>
本体::後 {
コンテンツ: "RabbitMQ";
}
</スタイル>
<themainbody></themainbody>について詳しく読む<br></pre>
<p>ただし、カテゴリ設定時に変数を表示するだけの場合は機能しません: </p>
<pre class="brush:php;toolbar:false;"><style>
.category-rabbitmq
{
本体::後 {
コンテンツ: "RabbitMQ";
}
</スタイル>
<themainbody></themainbody>について詳しく読む<br></pre>
<p>手伝ってもらえますか? </p>