Wordpress Startpage doesnt work-please help

Discussion in 'WordPress' started by Soul Assassin, Jul 3, 2009.

  1. #1
    although the site is in German I can get the index page to work. I have set up correctly in SETTINGS/ READ, but each time I write a new article it doesnt show up on the front page as it should do. It is only visible in its own category.

    the url would be: mtk-maedchenfussball.de


    Need urget help on this one and my deadline to get the game fixtures out is running thin :-(
     
    Soul Assassin, Jul 3, 2009 IP
  2. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #2
    i visited your site and it look like a park page are you sure this is the correct url mtk-maedchenfussball.de ?
     
    KnuTz, Jul 3, 2009 IP
  3. Soul Assassin

    Soul Assassin Active Member

    Messages:
    593
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Soul Assassin, Jul 3, 2009 IP
  4. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #4
    post here your current template's index.php
     
    KnuTz, Jul 3, 2009 IP
  5. Soul Assassin

    Soul Assassin Active Member

    Messages:
    593
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #5
    okay...

    <?php /* Arclite/digitalnature */ get_header();?><!-- main wrappers --><div id="main-wrap1"> <div id="main-wrap2"> <!-- main page block --> <div id="main" class="block-content"> <div class="mask-main rightdiv"> <div class="mask-left"> <!-- first column --> <div class="col1"> <div id="main-content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <!-- post --> <div id="post-<?php the_ID(); ?>" <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?>> <div class="post-header"> <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','arclite'); echo ' '; the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <p class="post-date"> <span class="month"><?php the_time(__('M','arclite')); ?></span> <span class="day"><?php the_time(__('j','arclite')); ?></span> </p> <p class="post-author"> <span class="info"><?php printf(__('Posted by %s in %s','arclite'),'<a href="'. get_author_posts_url(get_the_author_ID()) .'" title="'. sprintf(__("Posts by %s","arclite"), attribute_escape(get_the_author())).' ">'. get_the_author() .'</a>',get_the_category_list(', ')); ?> | <?php comments_popup_link(__('No Comments', 'arclite'), __('1 Comment', 'arclite'), __('% Comments', 'arclite'), 'comments', __('Comments off', 'arclite')); ?> <?php edit_post_link(__('Edit','arclite'),' | '); ?> </span> </p> </div> <div class="post-content clearfix"> <?php if(get_option('arclite_indexposts')=='excerpt') the_excerpt(); else the_content(__('Read the rest of this entry &raquo;', 'arclite')); ?> <?php $posttags = get_the_tags(); if ($posttags) { ?> <p class="tags"> <?php the_tags(__('Tags:','arclite').' ', ', ', ''); ?></p> <?php } ?> </div> </div> <!-- /post --> <?php endwhile; ?> <div class="navigation" id="pagenavi"> <?php if(function_exists('wp_pagenavi')) : ?> <?php wp_pagenavi() ?> <?php else : ?> <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries','arclite')) ?></div> <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;','arclite')) ?></div> <div class="clear"></div> <?php endif; ?> </div> <?php else : ?> <h2><?php _e("Not Found","arclite"); ?></h2> <p class="error"><?php _e("Sorry, but you are looking for something that isn't here.","arclite"); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> </div> <!-- /first column --> <?php get_sidebar(); ?> <?php include(TEMPLATEPATH . '/sidebar-secondary.php'); ?> </div> </div> <div class="clear-content"></div> </div> <!-- /main page block --> </div></div><!-- /main wrappers --><?php get_footer(); ?>
     
    Soul Assassin, Jul 3, 2009 IP
  6. Soul Assassin

    Soul Assassin Active Member

    Messages:
    593
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #6
    just 2 hours ago I set the index page as a static page but changed it back because I didnt like it
     
    Soul Assassin, Jul 3, 2009 IP