是一个动态样式表解决方案,用于查看具有多个主题的wordpress上的辅助单页?

时间:2011-02-14 09:13:36

标签: php javascript wordpress

我使用与这些网站相同的主题,但我在我的网站上使用了两个主题。

  1. http://marioortega.net/
  2. http://atelier6.co.uk/
  3. 单击其中一个缩略图时,单个结尾位于顶部,缩略图位于底部。

    如何在不影响基本主题的情况下使下面的网站做到这一点?目前,当我单击缩略图时,它将转到基本主题单一条目视图。

1 个答案:

答案 0 :(得分:0)

没有。应该使用

<?php if (is_category('category-test')) { ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/style-green.css" />
<?php } ?>