カテゴリーごとにスタイルシートを替えたい【WPハック】


カテゴリー別にデザインを替えたいときのwordpressハック。
ハックというほどのもんでもないのですが、備忘録的にポストします。

通常wordpressではスタイルシートは下記のように記述します。これが、ほぼデフォルトの設定のはず。

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

替えたいカテゴリーごとにスタイルシートを用意して、このコードの条件によって分岐させています。
header.phpのスタイルシートの呼び込みを書き換えてください。

<link rel="stylesheet" href="<?php bloginfo('template_url')?>/blue.css" type="text/css" media="screen,projection" />

<?php
if( in_category( 1 ) )
{
?>
<link rel="stylesheet" href="<?php bloginfo('template_url')?>/blue.css" type="text/css" media="screen" />	

<?php } elseif ( in_category (2) )
{
?>
<link rel="stylesheet" href="<?php bloginfo('template_url')?>/yellow.css" type="text/css" media="screen" />

<?php } elseif ( in_category (33) )
{
?>
<link rel="stylesheet" href="<?php bloginfo('template_url')?>/black.css" type="text/css" media="screen" />
<?php }	else { 	?>

<?php }	?>

これでOK(のはず・・・:-p)

ネタ元:WPSHOUT


Facebook comments:

    24 Responses so far.

  1. Apple より:

    Огромное вам пасибо! а еще посты на эту тему будут в будущем? Очень жду!

  2. That is nice to definitely find a site where the blogger knows what they are talking about.

  3. Nice, just to let you know the post isnt showing up properly on my iphone – I think there is a plugin you can grab that takes care of that now.

  4. Ronnie Deojay より:

    It’s always nice when you can not only be informed, but also entertained! I’m sure you had fun writing this article.Excellent entry! I’m been looking for topics as interesting as this. Looking forward to your next post.

  5. I usually don’t ordinarily post on many another Blogs, yet I just has to say thank you… keep up the amazing work. Ok regrettably its time to get to school.

  6. I Will have to come back again when my class load lets up – nevertheless I am taking your RSS feed so I can read your site offline. Thanks.

  7. I’d have to recognize with you here. Which is not something I usually do! I really like reading a post that will make people think. Also, thanks for allowing me to comment!

  8. You completed several fine points there. I did a search on the topic and found mainly people will consent with your blog.

  9. What a great resource!

  10. Shawna Merical より:

    Exciting posting and a single which really should be more broadly identified about in my watch. Your level of detail is excellent and the clarity of writing is remarkable. I’ve bookmarked it for you personally in order that other people will likely be in a position to find out what you have to say.

  11. If you are open to having a guest blog poster please reply and let me know. I will provide you with unique content for your blog, thanks.

  12. veterinary より:

    Great information! I’ve been looking for something like this for a while now. Thanks!

  13. laptop bags より:

    Im glad to see this informative article. Thanks for such helpful and useful post.

  14. wholesale bags より:

    Important information for me. Thanks for really competent informative article. Ill be in touch with U

  15. buy bag online より:

    I found here something new and interesting. Thanks

  16. First of all I care for the quality of your post. That was interesting to read and helpful article. And Im lookin’ forward to see your next thinks.

Leave a Reply

※コメントが認証されるまで、コメントは反映されません。






ポートフォリオを見る