redparade
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Youtube Video SizeOh. Thank you! I totally forgot that file. =)
Forum: Themes and Templates
In reply to: Call to undefined function: bloginfo()No, I put my index.php file in the same folder as the others.
The main issue here is now this one:
Fatal error: Call to undefined function: bloginfo() in /home/antislee/public_html/o-nature/wordpress/wp-content/themes/2/header.php on line 7
It has something to do with the function BLOGINFO.. but I don’t know why? What’s wrong with it?
Thanks!
Forum: Themes and Templates
In reply to: Call to undefined function: bloginfo()No, I put my index.php file in the same folder as the others.
The main issue here is now this one:
‘Fatal error: Call to undefined function: bloginfo() in /home/antislee/public_html/o-nature/wordpress/wp-content/themes/2/header.php on line 7’
It has something to do with the function BLOGINFO.. but I don’t know why? What’s wrong with it?
Thanks!
Forum: Themes and Templates
In reply to: Call to undefined function: bloginfo()Really? Are these lines important or I can just take them out? Do I need to replace them by something else? If yes, can you specify the codes?
Thank you=)
Forum: Themes and Templates
In reply to: Call to undefined function: bloginfo()Oh. I’m sorry, i mistaken something on the first fatal error. Both errors are coming from the same theme which I named “2”. It is a custom theme that I’ve created using the Default one as a model.
The fatal error referred to this paragraph below.
<title><?php bloginfo(‘header’); ?> <?php if ( is_single() ) { ?> » blog archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .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’); ?>” />