Zenk
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Static homepage – redirectionThanks, that works.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?example.com$
RewriteRule ^(/)?$ blog [L]But I want to keep the address as http://www.example.com
@up,
Sorry I thought that it was a similiar problem, and it could also help someone else. But I now see that you can mark threads as “Solved” etc.Created my own topic.
What about if I wanted to make a portfolio + blog.
http://example.com/ <– Portfolio page (New images = new posts posted in X category)
http://example.com/wordpress/ <– Blog (everything else)I’d like to use new wordpress posts as new porfolio-images. Anyone have an idea of how to accomplish this?
Forum: Themes and Templates
In reply to: Adding other stylesheets for every category.I’m just interested in “PS”, I found the way to do it:
<?php if (is_category('category-test')) { ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/style-green.css" /> <?php } ?>
Viewing 4 replies - 1 through 4 (of 4 total)