• Resolved jonkev14

    (@jonkev14)


    I have tried everything from cutting of all the plugins and i fix the date to present (it was off by one day)I have tried to running “test” just to see if anything hits the screen. Nothing!I have checked my options but i dont see anything out of sorts there. ihavent changed my links so what else could it be?
    I am running windows xp and all my options in IE6 are correct i could post on the 26, but i cant since then. i have cpanel and the latest version of wp. PLEASE HELP!

    http://pc-cashonline.biz/Blog

Viewing 5 replies - 1 through 5 (of 5 total)
  • We need a lot more info from you.

    – when you click Publish, what happens ?
    – can you see any posts in the database / admin area ?
    – when did this all break ?
    – what had you done just before it broke ?
    Please do not assume we know what you have done – explain fully.

    Thread Starter jonkev14

    (@jonkev14)

    1. when i publish my post the title disapears and thats all!
    2. There are no posts in the database/admin area?
    2a i have checked my phpmyadmin and there are no errors anywhere in my database.
    3. The only thing i did was try to find a photo plug in that actually works and a decent spellcheck plugin.
    thats it.

    Thread Starter jonkev14

    (@jonkev14)

    Today i completely removed wp using fantasico then reinstalled it and everything was working fine i added my them and a few plugins and i was working on a additional page adding in a feed. then i went to go and post something and again it would not post. all that it did was the header disappeared and the body was still left there. I have made any changes to the layout template except to add to add a link to my blogroll thats all. please explain this to me in laymans terms i am new to blogging and php.

    Thread Starter jonkev14

    (@jonkev14)

    ok i see that folks are sending over the coding for the page here is mine:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; xml:lang=”de” lang=”de”>
    <!–
    Red Train: Template for WordPress 1.5
    (c) by Vladimir Simovic aka Perun
    http://www.vlad-design.de and http://www.perun.net

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
    –>
    <head profile=”http://gmpg.org/xfn/1″&gt;
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />

    <style type=”text/css” media=”screen”>
    @import url( <?php bloginfo(‘stylesheet_url’); ?> );
    </style>

    <meta name=”author” content=”Vladimir Simovic aka Perun” />
    <meta name=”publisher” content=”Vladimir Simovic aka Perun” />
    <meta name=”copyright” content=”Vladimir Simovic aka Perun” />
    <meta name=”page-topic” content=”Themen rund um erstellung von Webseiten: XHTML, HTML, CSS, PHP, Mozilla etc.” />
    <meta name=”audience” content=”alle” />
    <meta name=”robots” content=”index,follow” />
    <meta name=”revisit-after” content=”3 days” />

    <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’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>
    <body>
    <img src=”http://www.feedforall.com/FFA_468.png&#8221; border=0 alt=”Buy FeedForAll”>
    <div id=”container”>

    <div id=”header”>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    </div>

    <div id=”navi”>
    <div id=”navi-innen”>

    <h2>Main</h2>

    • “>Home
    • <?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>

    <h2><?php _e(‘Categories:’); ?></h2>

      <?php wp_list_cats(‘sort_column=name&optioncount=1’); ?>

    <h2><?php _e(‘Archives:’); ?></h2>

      <?php wp_get_archives(‘type=monthly&show_post_count=1’); ?>

    <h2><label for=”s”><?php _e(‘Search:’); ?></label></h2>
    <form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
    <div>
    <input type=”text” name=”s” id=”s” size=”17″ class=”navi-search” />
    <input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” class=”search-button” />
    </div>
    </form>

    <h2>Links</h2>

      <?php wp_get_links(1); ?>

    Blogroll Me!

    <h2><?php _e(‘Meta:’); ?></h2>

    <?php if (function_exists(‘wp_theme_switcher’)) { ?>
    <h2>Styleswitcher</h2>
    <?php wp_theme_switcher(); ?>
    <?php } ?>
    </div>
    </div>

    <hr />

    <div id=”content”>

    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>

    <div class=”date”><?php the_date(); ?></div>

    <h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2>

    <div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category(‘,’) ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
    <div class=”storycontent”>
    <?php the_content(__(‘(more…)’)); ?>
    </div>
    <div class=”feedback”>
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
    </div>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php comments_template(); ?>

    <?php endforeach; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>

    <div class=”center”><?php posts_nav_link(‘  ‘, __(‘« Previous’), __(‘Next »’)); ?></div>

    <div id=”footer”>WP-Theme by Vladimir Simovic</div>
    </div>

    </div>

    </body>
    </html>

    Thread Starter jonkev14

    (@jonkev14)

    Ok I found the problem. i had a jacked up pluglin my mix it was removed and everything is back to working order. thanks anyway

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I Cant Post anything to my blog!’ is closed to new replies.