Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter tatika

    (@tatika)

    this code cause this error

    <?php
    $posts = get_posts('numberposts=4');
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    <li>
    <a href="<?php the_permalink(); ?>" alt="Leia o post">
    <b><?php the_title(); ?></b>
    </a><br>
    <span><?php the_time('d/m') ?> | </span>
    <!--<img src="http://BALAODECOMETARIOS">--> <?php comments_number('0 ', '1', '%', 'comments-link', 'Comments are off for this post')?> comentários
    <br>
    </li>
    <?php endforeach; ?>
    Thread Starter tatika

    (@tatika)

    my header

    <!–THIS INCLUDES HEADER.PHP–>
    <html>
    <head>
    <title>Animes Place ~</title>

    <meta name=”description” content=”My Cute Weblog.” />
    <meta name=”keywords” content=”blog, danny kitty” />
    <meta name=”generator” content=”WordPress 2.0.4″ />

    <TABLE WIDTH=1000 BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD>
    <IMG SRC=”http://img238.imageshack.us/img238/5933/headergp3.png&#8221; WIDTH=698 HEIGHT=298 ALT=””></TD>
    </TR>
    <TR>

    </TABLE>

    <script language=”JavaScript”>
    status_text();function status_text()
    {window.status=” ~ Animes Place “;setTimeout(“status_text()”,1);}
    –>
    </SCRIPT>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
    <?php wp_head(); ?>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />

    <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’); ?>” />
    <META http-equiv=”imagetoolbar” CONTENT=”no”>

    <script language=”javascript” type=”text/javascript” src=”./fancytooltips/fancytooltips.js”></script>
    <link rel=”stylesheet” href=”./fancytooltips/fancytooltips.css” type=”text/css” media=”screen” />
    </head>

    <body>

    <table width=”100%”>
    <tr>
    <td class=”left” valign=”top” width=”100%”>
    <!– END –>

    Thread Starter tatika

    (@tatika)

    http://img235.imageshack.us/img235/4923/smiliemz1.png

    I have smilies in wp-include/smilies

    Forum: Installing WordPress
    In reply to: error pages
    Thread Starter tatika

    (@tatika)

    I change id in permalinks to Date and name based

    Thread Starter tatika

    (@tatika)

    no

    Forum: Plugins
    In reply to: error falbum plugin
    Thread Starter tatika

    (@tatika)

    yes I’m using freehostia

Viewing 6 replies - 1 through 6 (of 6 total)