Title: Blog link problem
Last modified: August 20, 2016

---

# Blog link problem

 *  [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * (@trustyhu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/)
 * Dear WordPress scene!
 * I have a problem with my website. I’m not php coder I know the html and css a
   little bit but I can hack some things in php too. I did not find the proper link
   for the blog section. Here you can see my site: [http://trusty.hu/2012/](http://trusty.hu/2012/).
   So my prolem is i have to type the ../2012 to show my posts, but like in 2013
   I would like to see all my posts, is there any link which can show them?
 * Best regards,
    Zsolt Janes

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

 *  Thread Starter [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * (@trustyhu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312509)
 * Can someone move it to the right topic?
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312511)
 * After you created your front page, you should have created a second empty page.
   You view all posts by whatever this empty second page is called. Look at the 
   second part of step 1 on [Creating_a_Static_Front_Page#Creating_a_Static_Front_Page](http://codex.wordpress.org/Creating_a_Static_Front_Page#Creating_a_Static_Front_Page)
 *  Thread Starter [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * (@trustyhu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312513)
 * Thanks I will try it.
 *  Thread Starter [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * (@trustyhu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312515)
 * Half of the things are working.
    I think I have to create another css for load
   my perfect main page.
 * Is there any kind of way to do it like this? Please write me the proper php code.
 *     ```
       <?php
       if ( is_page('')) { ?>
       <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/css/style-main.css" />
       <?php } ?>
   
       <?php
       else  { ?>
       <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/css/style.css" />
       <?php }
       ```
   
 *  Thread Starter [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * (@trustyhu)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312523)
 * I solved it with [http://codex.wordpress.org/Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy)
   
   Thanks anyway!

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

The topic ‘Blog link problem’ is closed to new replies.

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [show](https://wordpress.org/support/topic-tag/show/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 5 replies
 * 2 participants
 * Last reply from: [tRUStY](https://wordpress.org/support/users/trustyhu/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/blog-link-problem/#post-3312523)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
