Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am with the same problem:
    Fatal error: Call to undefined function language_attributes() in /www/gigacities.net/n/a/r/narutoclan/htdocs/wp-content/themes/narutowp/header.php on line 2
    this is part of the code in header.php :

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>> // the error is here

    If I edit the code and load the page that now can load , but with this new error:

    Fatal error: Call to undefined function wp_list_categories() in /www/gigacities.net/n/a/r/narutoclan/htdocs/wp-content/themes/narutowp/sidebar.php on line 9

    this is part of the code in sidebar.php :
    <table width=”205″ border=”0″ cellspacing=”0″ cellpadding=”0″ align=”right”>
    <tr>
    <td>
    <table width=”205″ border=”0″ cellspacing=”0″ cellpadding=”0″>
    <tr>
    <td class=”categories” width=”205″ height=”34″></td>
    </tr>
    <tr>
    <td valign=”top” align=”left”>

      <?php wp_list_categories(‘title_li=’); ?>

    </td>
    </tr>
    </table>
    the code is in bold!!

    if I edit that the page loads with no error but all messed up!!

    I little help wou be very nice here because I program in c C++ and java but in html i never tried before and I just want to put this blog online to publish a fan site of naruto with the videos and pehaps the subtittles at the same day they release in japan!

Viewing 1 replies (of 1 total)