greeny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()ok, it looks like that code was not correct as you suspected. i must have mistakenly copied it in.
i did try the default theme and received the same error. so i am going to perform the back up and upgrade. hopefully the upgrade goes smoothly. i’ll let you know once i’ve completed it.
thanks for your patience in all of this.
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()i deleted the header in “public_html/blog/header.php” so the error now points to the header in my theme.
if you think i should upgrade and then try to fix the problem please let me know.
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()i know exactly what you are saying. i figured that out last night. i’m just confused on which one should really be there and what the correct code should be written.
ok, here is the first few lines in the index of wp-content/themes/daisy
<?php define('WP_USE_THEMES',true); require('header.php'); get_header(); ?>
i’m not sure where ‘default’ should be placed.
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()is upgrading going to fix the ‘call to undefined error’?
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()the above task did not fix the error. do you know what else i can do please?
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()can anyone please help me resolve my issue? i would really appreciate it.
Forum: Fixing WordPress
In reply to: Call to undefined function: bloginfo()hello,
can someone please help me resolve the bloginfo problem above?thanks.
Forum: Themes and Templates
In reply to: Call to undefined function: bloginfo()hello,
i am having the exact same problem as STeeL.can someone please advise how to correct this problem?
‘Fatal error: Call to undefined function: bloginfo() in /home/okamik/public_html/blog/header.php on line 5’i did not see the answer in any other forum.
the code is:
‘<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>’
i have a header.php in
/public_html/blog/
and
/public_html/blog/wp-content/themes/daisy/Forum: Installing WordPress
In reply to: .htaccess file regenerateunless, i am missing something, there aren’t any instructions on how to create a new one on the bottom of that screen that you mention.
Forum: Installing WordPress
In reply to: .htaccess file regeneratei re-saved the permalinks, but this did not create a new .htaccess file.
how do i re-create a new file?
Forum: Installing WordPress
In reply to: .htaccess file regeneratei cannot access my site to log in so that i can get to options. is there another way to log in other than through my domain site?
Forum: Fixing WordPress
In reply to: sidebar doubles on other pagesthank you so much!!!!! it worked!
Forum: Fixing WordPress
In reply to: sidebar doubles on other pagesomigoodness! yes that makes sense! =) since i am technically challenged, can i use the conditional code the way you have typed it above? if not, i assume that i should read the documentation on conditional tags to understand how to write it.
Forum: Fixing WordPress
In reply to: sidebar doubles on other pagesi’ve checked my footer file, but i don’t know what i’m checking for. it has the following reference to the sidebar:
<?php get_sidebar(); ?>
however if i adjust that it messes up the entire sidebar. do i need separate text for each sidebar that i want to appear?
Forum: Fixing WordPress
In reply to: Blix sidebar on every pagehello,
i have the ‘doubling up’ effect as well, but i did not see the resolution. do you have one? thanks.