I’m using a modified version of the Beautiful Day 2.0 Wordpress theme, which I like very much. However, I found that under Wordpress 2.3 in Internet Explorer 7 with multiple pages the page buttons under the header slip down off the navigation bar on to the page area.
I traced this to a problem with the getNav function in functions.php, which I have now modified as follows:
function getNav(){
echo preg_replace(array(”>”,”>”),”",wp_list_pages(’depth=-1&echo=0&title_li=’));
}
I’m sure there are other ways of doing it, but this solution works for me; I hope this is helpful.
Just to mention - the code for the getNav function has not reproduced correctly in the previous post. If you need it, please contact me at mike(at)themodelanswer(dot)com
Mike Shallcross
in ie7 the page navigation is still screwey if you have more pages than 2. the first two seem to be ok, but after that they start going down the page and into the content- just like mike shallcross mentioned above.
JUL 26
Viktor Persson
steve: Did you download the latest version? I just viewed it in both IE6/7 and it works perfectly.
14