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.
私のカテゴリーページに完全な投稿が表示されています。サムネイル付きのタイトルのみ投稿できるようにしたいです。私はワードプレスの21のテーマを使用しています。
と を保持 <?php the_title(); ?>し<?php the_thumbnail(); ?>ます。持っているものに応じて、<?php the_content(); ?>またはのいずれかを削除します。<?php the_excerpt(); ?>
<?php the_title(); ?>
<?php the_thumbnail(); ?>
<?php the_content(); ?>
<?php the_excerpt(); ?>