danke dir maxe,
habe eher im berreich [COLOR=#000000][COLOR=#0000CC]<?php get_sidebar[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?> [FONT=Verdana][COLOR=Black]gesucht. jetzt funktioniert es :)[/COLOR][/FONT]
[/COLOR][/COLOR]
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellendanke dir maxe,
habe eher im berreich [COLOR=#000000][COLOR=#0000CC]<?php get_sidebar[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?> [FONT=Verdana][COLOR=Black]gesucht. jetzt funktioniert es :)[/COLOR][/FONT]
[/COLOR][/COLOR]
Hey maxe,
jap, ich hab an einigen files was gebastelt.
Hier mal die single.php aus meinem Theme:
<?php get_header(); ?>
<div id="main">
<div id="contentwrapper">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="topPost">
<h2 class="topTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<p class="topMeta">von <?php the_author_posts_link(); ?> am <?php the_time('j. F Y') ?>, unter <?php the_category(', '); ?></p>
<div class="topContent"><?php the_content('(weiterlesen...)'); ?></div>
<div class="cleared"></div>
<span class="linkpages"><?php wp_link_pages(); ?></span><div class="cleared"></div>
<div class="cleared"></div>
</div> <!-- Closes topPost -->
<br/><small><?php edit_post_link('Beitrag editieren?','',''); ?></small>
<div id="comments">
<?php if (function_exists('wp_list_comments')): ?>
<!-- WP 2.7 and above -->
<?php comments_template('', true); ?>
<?php else : ?>
<!-- WP 2.6 and below -->
<?php comments_template(); ?>
<?php endif; ?>
</div> <!-- Closes Comment -->
</div>
<?php endwhile; ?>
<?php else : ?>
<div class="topPost">
<h2 class="topTitle"><a href="<?php the_permalink() ?>">Not Found</a></h2>
<div class="topContent"><p>Sorry, but you are looking for something that isn't here. You can search again by using <a href="#searchform">this form</a>...</p></div>
</div> <!-- Closes topPost -->
<?php endif; ?>
</div> <!-- Closes contentwrapper-->
<?php get_sidebar(); ?>
<div class="cleared"></div>
</div><!-- Closes Main -->
<?php get_footer(); ?>
Alles anzeigen
...und hier das original Theme:
<?php get_header(); ?>
<div id="main">
<div id="contentwrapper">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="topPost">
<h2 class="topTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<p class="topMeta">by <?php the_author_posts_link(); ?> on <?php the_time('M.d, Y') ?>, under <?php the_category(', '); ?></p>
<div class="topContent"><?php the_content('(continue reading...)'); ?></div>
<div class="cleared"></div>
<span class="linkpages"><?php wp_link_pages(); ?></span><div class="cleared"></div>
<?php if ( function_exists('the_tags') ) : ?><span class="topTags"><?php the_tags('<em>:</em>', ', ', ''); ?></span><?php endif; ?>
<div class="cleared"></div>
</div> <!-- Closes topPost -->
<br/><small><?php edit_post_link('Edit this entry?','',''); ?></small>
<div id="comments">
<?php if (function_exists('wp_list_comments')): ?>
<!-- WP 2.7 and above -->
<?php comments_template('', true); ?>
<?php else : ?>
<!-- WP 2.6 and below -->
<?php comments_template(); ?>
<?php endif; ?>
</div> <!-- Closes Comment -->
<div id="extrastuff">
<span id="rssleft"><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for this post (comments)')); ?></span>
<span id="trackright"><?php if ( pings_open() ) : ?> · <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a><?php endif; ?></span>
<div class="cleared"></div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div class="topPost">
<h2 class="topTitle"><a href="<?php the_permalink() ?>">Not Found</a></h2>
<div class="topContent"><p>Sorry, but you are looking for something that isn't here. You can search again by using <a href="#searchform">this form</a>...</p></div>
</div> <!-- Closes topPost -->
<?php endif; ?>
</div> <!-- Closes contentwrapper-->
<?php get_sidebar(); ?>
<div class="cleared"></div>
</div><!-- Closes Main -->
<?php get_footer(); ?>
Alles anzeigen
Hey Leute,
habe das Problem, das mir in der Beitragsansicht die Sidebar, ... zerschossen wird. Vielleicht könnt ihr mir weiterhelfen.
WP-Version: 2.8.4
Theme: pixel 1.9.8
URL: xxx-xxx.de
Anbei mal 2 Bilder, was micht stört, bzw. der Vergleich zur Startseite.
Startseite: http://img29.imageshack.us/img29/889/passt.png
Beitragsansicht: http://img17.imageshack.us/img17/4544/passtnicht.png
Ruft man die Beitragsansicht im IE auf, so haut da garnix mehr hin (bei der Sidebar).
Hat jemand einen Lösungsansatz, wo ich schauen müsste?
Grüße