I am using the most recent version of wordpress (2.3.1)..I have downloaded a free wordpress theme and it seams to be displaying absolutely fine. However, when I try to visit an exact section, for example: mydomain.com/wp-content/themes/themename/header.php I get nothing but this error: Fatal error: Call to undefined function: bloginfo() It gives me the filename plus the line the error is on, although there is the bloginfo function on a number of different lines in the file. Any ideas what could be causing this and how it can be fixed? Thanks!
Nope, I was expecting to see the header..kind of like if i got to the same path only with sidebar.php, i see the sidebar..
yea, I can see the sidebar..no css in it or anything but the links and everything appear. Nope, they are all php files.
sure http://www.domainhost.co.in -the site http://www.domainhost.co.in/wp-content/themes/hosting/header.php -the error page Basically, my overall goal is to have the header replace this one here: http://www.domainhost.co.in/clients/ however when I made the change it doesn't appear, all that shows up is the code upto the first bloginfo which is: <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> So that is what makes me think this error is what is causing the header to not appear btw..thanks for your help guys