Title: Zenk's Replies | WordPress.org

---

# Zenk

  [  ](https://wordpress.org/support/users/zenk/)

 *   [Profile](https://wordpress.org/support/users/zenk/)
 *   [Topics Started](https://wordpress.org/support/users/zenk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zenk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zenk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zenk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zenk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zenk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static homepage – redirection](https://wordpress.org/support/topic/static-homepage-redirection/)
 *  Thread Starter [Zenk](https://wordpress.org/support/users/zenk/)
 * (@zenk)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/static-homepage-redirection/#post-2684037)
 * Thanks, 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](http://www.example.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I make it so when you access my URL, it goes to a page, not the blog](https://wordpress.org/support/topic/how-do-i-make-it-so-when-you-access-my-url-it-goes-to-a-page-not-the-blog/)
 *  [Zenk](https://wordpress.org/support/users/zenk/)
 * (@zenk)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-make-it-so-when-you-access-my-url-it-goes-to-a-page-not-the-blog/#post-2622392)
 * [@up](https://wordpress.org/support/users/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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I make it so when you access my URL, it goes to a page, not the blog](https://wordpress.org/support/topic/how-do-i-make-it-so-when-you-access-my-url-it-goes-to-a-page-not-the-blog/)
 *  [Zenk](https://wordpress.org/support/users/zenk/)
 * (@zenk)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-make-it-so-when-you-access-my-url-it-goes-to-a-page-not-the-blog/#post-2622390)
 * What about if I wanted to make a portfolio + blog.
    [http://example.com/](http://example.com/)
   <– Portfolio page (New images = new posts posted in X category) [http://example.com/wordpress/](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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding other stylesheets for every category.](https://wordpress.org/support/topic/adding-other-stylesheets-for-every-category/)
 *  Thread Starter [Zenk](https://wordpress.org/support/users/zenk/)
 * (@zenk)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-other-stylesheets-for-every-category/#post-1794078)
 * 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)