Thread Starter
dada44
(@dada44)
I forgot: I’m using WordPress 2.6.1
Thread Starter
dada44
(@dada44)
Thanks Otto, but I do not know if I’m getting it right ..
I do:
<!--[if gt IE 5]>
<link type="text/css" media="screen" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/ie.css" />
<![endif]-->
But it does not work, IE6 doesn’t use ie.css
Thanks again!
Thread Starter
dada44
(@dada44)
But the URL in the address bar changes … and I need it to show http://www.mydomain.com :((
Thread Starter
dada44
(@dada44)
Just in case somebody need it:
wp-includes\classes.php
line 621
comment or remove these lines
if ( $use_desc_for_title == 0 || empty($category->description) )
$link .= ‘title=”‘ . sprintf(__( ‘View all posts filed under %s’ ), $cat_name) . ‘”‘;
else
$link .= ‘title=”‘ . attribute_escape( apply_filters( ‘category_description’, $category->description, $category )) . ‘”‘;