I have created my blog yesterday,
everything was working fine, but today I certenly got this error after installing a new Theme, but that new theme was also working properly, but after 3-4hr’s when i visited back to my BLOG, i got this error:
Fatal error: Call to undefined function: bloginfo() in /usr/export/www/vhosts/funnetwork/hosting/ugfiles/header.php on line 5
what to do, please tell me step-by-step how to solve it, I’m new to WordPress system.
Thank You.
My Header.php’s top 22 lines are as follows :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/1">
<title><?php bloginfo('name'); ?></title>
<meta name="ROBOTS" content="INDEX,FOLLOW"/>
<meta name="Title" content="<?php bloginfo('name'); ?>" />
<meta name="description" content="free downloads, freewares, files"/>
<meta name="abstract" content="One WordPress Blog."/>
<meta name="keywords" content="games,movies,softwares,free,free downloads"/>
<meta name="revisit-after" content="1 days"/>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<style type="text/css" media="screen">@import url( <?php bloginfo('stylesheet_url'); ?> );</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="Comments RSS 2.0" href="<?php bloginfo('comments_rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS 0.92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>