Beiträge von peter_wlil

    Le Code

    <?php global $indomagz_settings; $temp_query = $wp_query; ?>
    <?php get_header(); ?>

    <div id="content">

    <?php if (is_home() && $indomagz_settings['featured']) require_once(INDOMAGZ_PATH . '/slider.php'); ?>

    <?php if(!is_home()) : ?>
    <?php breadcrumb_trail(); ?>
    <?php endif; ?>

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Top','indomagz')) ) : ?>
    <?php endif; ?>
    <?php $wp_query = $temp_query; ?>

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); $loopcounter++; ?>
    <div <?php if(function_exists('post_class')) { post_class(); } ?> id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
    <?php the_title(); ?></a></h2>
    <div class="entry">
    <?php the_content(__('Continue reading &raquo;','indomagz')); ?>
    </div>
    <div style="clear:both;"></div>
    <?php if(function_exists('the_ratings')) { echo '<p>'; the_ratings(); echo '</p>'; } ?>
    <div class="postmeta">
    <span class="post-author"><?php the_author(); ?></span>
    <span class="post-calendar"><?php the_time(__('F j, Y','indomagz')); ?></span>
    <span class="post-category"><?php the_category(', '); ?></span>
    <?php if(function_exists('the_tags')) : ?>
    <?php the_tags('<span class="post-tag">', ', ', '</span>'); ?>
    <?php endif; ?>
    <span class="post-comment"><?php comments_popup_link(__('No Comments','indomagz'), __('1 Comment','indomagz'), __('% Comments','indomagz')); ?></span>
    <?php if(function_exists('the_views')) {
    echo '<span class="post-view">';
    the_views();
    echo '</span>';
    } ?>
    <?php if(function_exists('wp_email')) {
    echo '<span class="post-email">';
    email_link();
    echo '</span>';
    } ?>
    <?php if(function_exists('wp_print')) {
    echo '<span class="post-print">';
    print_link();
    echo '</span>';
    } ?>
    <?php if ($user_ID) : ?>
    <span class="post-edit"><?php edit_post_link(__('Edit','indomagz'),'',''); ?></span>
    <?php endif; ?>
    </div>
    </div>

    <?php if ($loopcounter==1) : ?>
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Middle','indomagz')) ) : ?>
    <?php endif; ?>
    <?php $wp_query = $temp_query; ?>
    <?php endif; ?>

    <?php endwhile; ?>

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Bottom','indomagz')) ) : ?>
    <?php endif; ?>
    <?php $wp_query = $temp_query; ?>

    <div class="navigation">
    <?php if(function_exists('wp_pagenavi')) : wp_pagenavi(); else : ?>
    <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries','indomagz')); ?></div>
    <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;','indomagz')); ?></div>
    <hr class="clear"/>
    <?php endif; ?>
    </div>

    <?php else : ?>

    <div class="post sticky">
    <h2><?php _e('Not Found','indomagz'); ?></h2>
    <p><?php _e('Sorry, but you are looking for something that is not here.','indomagz'); ?></p>
    <?php include (INDOMAGZ_PATH . "/searchform.php"); ?>
    </div>

    <?php endif; ?>

    </div><!--/content -->

    <?php $wp_query = $temp_query; ?>
    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    Also, ich hätte einmal den Code vom Category Template

    Ist der richtig? Ansonsten hätte ich noch .... anzubieten

    Templates


    • 404 Template
      (404.php)
    • Archives Page Template
      (page-archives.php)
    • Authors Lists Page Template
      (page-authors.php)
    • Category Template
      (category.php)
    • Commented Page Template
      (page-withcomment.php)
    • Comments
      (comments.php)
    • Daily Archives Page Template
      (page-daily.php)
    • Footer
      (footer.php)
    • Full Width Page Template
      (page-fullwidth.php)
    • Header
      (header.php)
    • Image Attachment Template
      (image.php)
    • Links Page Template
      (page-links.php)
    • Main Index Template
      (index.php)
    • Monthly Archives Page Template
      (page-monthly.php)
    • Page Template
      (page.php)
    • Search Form
      (searchform.php)
    • Sidebar
      (sidebar.php)
    • Single Post
      (single.php)
    • Subpages Lists Page Template
      (page-subpages.php)
    • Theme Functions
      (functions.php)
    • Weekly Archives Page Template
      (page-weekly.php)
    • Yearly Archives Page Template
      (page-yearly.php)
    • home.php
      (home.php)
    • indomagz-blog.php
      (indomagz-blog.php)
    • indomagz-gallery2.php
      (indomagz-gallery2.php)
    • indomagz-gallery3.php
      (indomagz-gallery3.php)
    • indomagz-magazine.php
      (indomagz-magazine.php)
    • indomagz-news.php
      (indomagz-news.php)
    • legacy.comments.php
      (legacy.comments.php)
    • slider.php
      (slider.php)


    Styles


    • RTL Stylesheet
      (rtl.css)
    • Stylesheet
      (style.css)
    • custom.css
      (custom.css)
    • superfish-rtl.css
      (superfish-rtl.css)
    • superfish.css
      (superfish.css)


    Danke

    [FONT=Arial]Moin liebes Wordpress Forum,[/FONT]
    [FONT=Arial] [/FONT]
    [FONT=Arial]ich habe ein Problem und hoffe Ihr könnt mir helfen. Wenn Ich bei mir im Blog auf eine Kategorie gehe. Beispiel:[/FONT]


    http://www.waslosinlingen.de/category/kino/
    [FONT=Arial] [/FONT]
    [FONT=Arial]dann taucht der letzte Post den Ich gemacht habe, immer doppelt auf. Hat jemand eine Ahnung woran das liegt? [/FONT]
    [FONT=Arial]Kann mir da vlt jemand helfen? [/FONT]
    [FONT=Arial] [/FONT]
    [FONT=Arial]Gruß[/FONT]

    Okay, ich glaube Ich habe es jetzt. Habe noch mal den kompletten Code wieder eingestellt und nur die

    [LEFT] [COLOR=#000000] [COLOR=#0000BB]<?php $temp_query [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$wp_query[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#0000BB]?>

    [/COLOR] [/COLOR] [/LEFT]

    gelöscht. Jetzt sieht es ganz gut aus. :-)

    Here we go

    Sorry, aber kannst du das genauer erklären :-) Ich mache das nur zum Hobby und die Seite habe Ich so mit Mühe und Not hinbekommen. Ich habe im Admin Pannel von Wordpress folgende Codes


    • 404 Template
      (404.php)
    • Archives Page Template
      (page-archives.php)
    • Authors Lists Page Template
      (page-authors.php)
    • Category Template
      (category.php)
    • Commented Page Template
      (page-withcomment.php)
    • Comments
      (comments.php)
    • Daily Archives Page Template
      (page-daily.php)
    • Footer
      (footer.php)
    • Full Width Page Template
      (page-fullwidth.php)
    • Header
      (header.php)
    • Image Attachment Template
      (image.php)
    • Links Page Template
      (page-links.php)
    • Main Index Template
      (index.php)
    • Monthly Archives Page Template
      (page-monthly.php)
    • Page Template
      (page.php)
    • Search Form
      (searchform.php)
    • Sidebar
      (sidebar.php)
    • Single Post
      (single.php)
    • Subpages Lists Page Template
      (page-subpages.php)
    • Theme Functions
      (functions.php)
    • Weekly Archives Page Template
      (page-weekly.php)
    • Yearly Archives Page Template
      (page-yearly.php)
    • home.php
      (home.php)
    • indomagz-blog.php
      (indomagz-blog.php)
    • indomagz-gallery2.php
      (indomagz-gallery2.php)
    • indomagz-gallery3.php
      (indomagz-gallery3.php)
    • indomagz-magazine.php
      (indomagz-magazine.php)
    • indomagz-news.php
      (indomagz-news.php)
    • legacy.comments.php
      (legacy.comments.php)
    • slider.php
      (slider.php)


    Styles


    • RTL Stylesheet
      (rtl.css)
    • Stylesheet
      (style.css)
    • custom.css
      (custom.css)
    • superfish-rtl.css
      (superfish-rtl.css)
    • superfish.css
      (superfish.css)


    Ist der dabei oder Ist das ne Datei auf dem Server?
    /* Your Custom CSS Code *

    Hallo,

    ich habe da leider ein Problem. Ich habe Wordpress auf einem 1 und 1 Server eingerichtet und dann ein Neues Template draufgespielt. Da ich jetzt nicht der Super Profi bin, komme Ich bei meinem folgenden Problem nicht weiter. Ich habe hier auch schon im Forum gesucht, aber leider nichts gefunden.

    Meine Seite lautet. http://www.waslosinlingen.de

    Wenn ICh jetzt ein neues Posting mache, taucht der Beitrag hunderte mal untereinander auf. Vlt ist es ja nur eine kleine Einstellungssache, aber Ich kann das Problem leider nicht lösen .

    Kann mir jemand von Euch helfen?

    G