【WordPress】カテゴリ取得→個別でスラッグにスタイルつけたいお

以下でいける

 

 

 

 

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php
$cat = get_the_category();
$catslug = $cat[0]->slug;
?>
<ul>
<li>
<span class="<?php echo $catslug; ?>"><?php the_category(', ') ?></span>
<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
<span class="data"><?php the_time('Y年m月j日') ?></span>
</li>
</ul>
<?php endwhile; ?>
<?php else : ?>
<p>記事が見つかりませんでした</p>
<?php endif; ?>

関連するかもしれない記事

Contact Form 7で郵便番号を入力したら自動的に住所

参考サイト:https://nomadism.info/2015/11/zipcodetoaddressonwp/ 上記参考にすること!

2016.03.25

シェアボタン

Twitter <a href="https://twitter.com/share?url=<?php the_permalink(); ?>&text=<…

2015.07.30

A8ナドノアフィリエイトタグヲサンクスページニ

Contact Form 7 Serial Numbers これや!   サンクスページに下記(id=”xx” ← ここね) <img src="ht…

2015.07.30

【WordPress】サーバー引越しまとめ簡易版

1. WordPressインストール   2. もろもろ初期設定   3. テーマ/プラグインftpアップ   4. PhpMyAdminで昔のdbをエクスポート &nb…

2015.07.21

カスタムフィールドの画像のタイトルを表示

出したい。   カスタムフィールドの画像のタイトルを出したい。

2015.05.22

Page Top


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /home/44uta/www/44uta/wpbox/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048