21 reputation
2
bio website
location
age
visits member for 1 year, 2 months
seen Dec 8 '12 at 0:35
stats profile views 2

Web Designer/ Developer


Apr
5
comment whats happening with my index page?
Regarding the date box. You can define your own loop to get rid of this date box by using your own content-xxx.php. Also there is another easy way just use css style dispaly:none to hide the date box on all page. At the same time you can use the .blog selector to give a different style to blog page.
Apr
4
comment whats happening with my index page?
Because your blog page's body tag has a class named "blog" that I found by Firebug. So simply you just need to add .bolg selector before every css style you want to add to your blog page. It will not affect other page.