Ok es hat geklappt. Ich bedanke mich für deine hilfe.
LG.
Beiträge von Sunni
-
-
Hmm sorry ich weiß jetzt nicht genau was du jetzt meinst :s
Ok habe mir die Seite abgespeichert und lese mir das mal durch.
-
Ok das hat jetzt geklappt, aber allerdings ist die Sidebar jetzt unten und ich weiß nicht wie ich die nach oben bekomme. http://heidi-outandabout.com/?p=70
-
Sorry ok hier ist der richtige,.
ZitatAlles anzeigen
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/get_header();
?><div id="content" class="widecolumn" role="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link( '%link', '« %title' ) ?></div>
<div class="alignright"><?php next_post_link( '%link', '%title »' ) ?></div>
</div><div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2><div class="entry">
<?php the_content('<p class="serif">' . __('Read the rest of this entry »', 'kubrick') . '</p>'); ?><?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags( '<p>' . __('Tags:', 'kubrick') . ' ', ', ', '</p>'); ?><p class="postmetadata alt">
<small>
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/wordpress/time-since/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'kubrick'), time_since($entry_datetime)); */ ?>
<?php printf(__('This entry was posted on %1$s at %2$s and is filed under %3$s.', 'kubrick'), get_the_time(__('l, F jS, Y', 'kubrick')), get_the_time(), get_the_category_list(', ')); ?>
<?php printf(__("You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed.", "kubrick"), get_post_comments_feed_link()); ?><?php if ( comments_open() && pings_open() ) {
// Both Comments and Pings are open ?>
<?php printf(__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), get_trackback_url()); ?><?php } elseif ( !comments_open() && pings_open() ) {
// Only Pings are Open ?>
<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), get_trackback_url()); ?><?php } elseif ( comments_open() && !pings_open() ) {
// Comments are open, Pings are not ?>
<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?><?php } elseif ( !comments_open() && !pings_open() ) {
// Neither Comments, nor Pings are open ?>
<?php _e('Both comments and pings are currently closed.', 'kubrick'); ?><?php } edit_post_link(__('Edit this entry', 'kubrick'),'','.'); ?>
</small>
</p></div>
</div><?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
-
Hmm das ist ja komisch. Habe gerade nach geschaut, entweder steht es nicht drinnen oder ich habe es übersehen.
ZitatAlles anzeigen<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?>
<div id="sidebar" role="complementary">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<li>
<?php get_search_form(); ?>
</li><!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php _e('Author', 'kubrick'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
--><?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?> <li><?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p><?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'kubrick'))); ?></p><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'kubrick'))); ?></p><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p><?php /* If this is a search result */ } elseif (is_search()) { ?>
<p><?php printf(__('You have searched the <a href="%1$s/">%2$s</a> blog archives for <strong>‘%3$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), wp_specialchars(get_search_query(), true)); ?></p><?php /* If this set is paginated */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name')); ?></p><?php } ?>
<?php }?>
</ul>
<ul role="navigation">
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?><li><h2><?php _e('Archives', 'kubrick'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li><?php wp_list_categories('show_count=1&title_li=<h2>' . __('Categories', 'kubrick') . '</h2>'); ?>
</ul>
<ul>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?><li><h2><?php _e('Meta', 'kubrick'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional', 'kubrick'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>', 'kubrick'); ?></a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="<?php _e('XHTML Friends Network', 'kubrick'); ?>"><?php _e('XFN', 'kubrick'); ?></abbr></a></li>
<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'kubrick'); ?>">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?><?php endif; ?>
</ul>
</div> -
Tschuldigung habe mich falsch ausgedrückt.
Ich meinte die Widgets die rechts auf meiner HP sind. http://heidi-outandabout.comKann man die auch so einstellen das sie auf der Seite http://heidi-outandabout.com/?p=50 auch auftauchen? Also das die Einselne Seite genau wie die Hauptseite aus sieht.
-
Ok das hat jetzt fu ktioniert. Danke dir :).
Hast du vielleicht noch eine Idee wie ich das mit dem News Formular hinbekomme und wie ich die Sidebar rechts daneben hinbekomme? -
Oh sorry ... hier ist die Seite :)
http://www.heidi-outandabout.com
Ich kann auch den style.css posten, wenn es nicht anders geht.
-
Hallo ich habe ein großes problem und ich weiß wirklich nicht mehr weiter. Ich habe das Theme Wordpress default 1.7.2 umgeschrieben, also so das ich mein eigenes design habe. Ich hatte bis jetzt kein Problem gehabt, aber nun geht gar nichts mehr. Und mein Wissen bei solchen Codes ist nicht gerade viel.
Soe sieht es aus wenn ich damit fertig bin, aber wo die News stehen und der braune Streifen ist, das ist viel zu weit links.
[Blockierte Grafik: http://i264.photobucket.com/albums/ii164/sunni84/500-3.jpg]Also habe ich das beide unter .narrowcolumn eingetragen.[INDENT]position: absolute;
left: 271px;
[/INDENT]Das sieht dann so aus.
[Blockierte Grafik: http://i264.photobucket.com/albums/ii164/sunni84/501-2.jpg]Aber dann gibt es ein Problem dabei. Wenn ich Artikels einstelle dann geht das design nicht mit nach unten, also der Hinterhrund. ich hoffe ihr wisst was ich meine. Da geht alles über das Design hinaus. Bei den Artikeln, genau wie bei den Kommentar felder von den einselnen Seiten.
[Blockierte Grafik: http://i264.photobucket.com/albums/ii164/sunni84/502-2.jpg]Und dann habe ich auch noch das problem. Das ist das Kommentarfeld von den einselen Artikel.
[Blockierte Grafik: http://i264.photobucket.com/albums/ii164/sunni84/503-1.jpg]So ein großes Problem hatte ich noch nie gehabt und ich weiß einfach nicht wo der Fehler sitzt :(
ich hoffe ihr könnt mir helfen bitte.
LG Sunni.