Beiträge von pulloverschaf

    hat leider nicht funktioniert die sidbar rechts wird dadurch rüber gezogen:

    war es so richtig?

    <div class="entry">
    <?php the_content('<strong>Read more &raquo;</strong>'); ?>
    </div>
    [COLOR=#000000][COLOR=#007700]<[/COLOR][COLOR=#0000BB]div [/COLOR][COLOR=#007700]class=[/COLOR][COLOR=#DD0000]"anzahlcomments'>FUNKTION</div> [/COLOR][/COLOR]

    also ich kann sowas nicht finden hier mal der inhalt

    <?php get_header(); ?>
    <div class="span-24" id="contentwrap">
    <div class="span-16">
    <div id="content">
    <?php if(is_home()) { include (TEMPLATEPATH . '/featured.php'); } ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(260,200), array("class" => "alignleft post_thumbnail")); } ?>
    <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>

    <div class="entry">
    <?php the_content('<strong>Read more &raquo;</strong>'); ?>
    </div>
    </div><!--/post-<?php the_ID(); ?>-->

    <?php endwhile; ?>
    <div class="navigation">
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
    <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    <?php } ?>
    </div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php get_search_form(); ?>

    <?php endif; ?>
    </div>
    </div>

    <?php get_sidebars(); ?>
    </div>
    <?php get_footer(); ?>

    ich habe sie gefunden sie war versteckt

    so sieht die htaccess aus was muss jetzt genau ändern?

    -----------------------
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    -------------------------------

    Hallo,

    ich habe ein Problem beim Umstieg auf das izioSEO, wie gehe ich da vor.

    Derzeit habe ich All in One SEO Pack Teilweise habe ich Automatisierte Titel, Discription und Keys und teilweise haben wir diese zu den Artikel selber geschrieben.

    Kann mir jemand sagen wie ich diese dann rüber zu izioSEO bekomme oder lasse ich beide aktiviert?

    Ich hoffe es mir jemand einen Rat geben.

    ich habs gemacht dennoch zeigt er mir die Widgets nicht an ich dreh hier noch durch, auch die rechten Widgets zeigt er nun nicht mehr an.

    Kannst du mir nicht helfen indem ich dir mal die dateien sende per mail oder hier per PN wenn das überhaupt geht?

    Ich möchte die links widgets ganz links immer haben neben der Startseite nach unten aber auch auf allen Seiten also in der Page.

    Gruß

    Dennis

    nein ich habe nur das hier in der index.php wo genau muss ich das einfügen?

    <?php get_header(); ?>
    <div class="span-24" id="contentwrap">
    <div class="span-16">
    <div id="content">
    <?php if(is_home()) { include (TEMPLATEPATH . '/featured.php'); } ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(260,200), array("class" => "alignleft post_thumbnail")); } ?>
    <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>

    <div class="entry">
    <?php the_content('<strong>Read more &raquo;</strong>'); ?>
    </div>
    </div><!--/post-<?php the_ID(); ?>-->

    <?php endwhile; ?>
    <div class="navigation">
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
    <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    <?php } ?>
    </div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php get_search_form(); ?>

    <?php endif; ?>
    </div>
    </div>

    <?php get_sidebars(); ?>
    </div>
    <?php get_footer(); ?>