Beiträge von schmtimo

    hi alle,
    wer kann mir sagen, wie man in diese footer.php ein Bild + link einfügt?

    MfG

    footer.php:

    <?php global $traction; ?>
    </div><!--end main-->
    <div id="main-bottom"></div>
    </div><!--end wrapper-->
    <div id="footer">
    <div class="wrapper clear">
    <div id="footer-about" class="footer-column">
    <?php if ($traction->footerAboutState() == 'true') : ?>
    <ul>
    <?php if ( !function_exists('dynamic_sidebar')|| !dynamic_sidebar('footer_sidebar_3') ) : ?>
    <li class="widget widget_categories">
    <h2 class="widgettitle"><?php _e('Categories'); ?></h2>
    <ul>
    <?php wp_list_cats('sort_column=name&hierarchical=0'); ?>
    </ul>
    </li>
    <?php endif; ?>
    </ul>
    <?php else : ?>
    <h2><?php _e( 'About', 'traction' ); ?></h2>
    <?php if ($traction->footerAbout() != '' ) : ?>
    <?php echo $traction->footerAbout(); ?>
    <?php else : ?>
    <p><?php _e("Dieser Blog enthält Inhalte von motorisierten Fahrzeugen und ist alleiniges Eigentum von Schmtimo.", "traction"); ?></p>
    <?php endif; ?>
    <?php endif; ?>
    </div>

    <div id="footer-middle" class="footer-column">
    <?php if ( is_active_sidebar( 'footer_sidebar' ) ) echo "<ul>" ?>
    <?php if ( !function_exists( 'dynamic_sidebar' ) || dynamic_sidebar('footer_sidebar' ) ) : ?>
    <ul>
    <li class="widget">
    <h2 class="widgettitle"><?php _e( 'Pages' ); ?></h2>
    <ul>
    <?php wp_list_pages( 'depth=0&title_li=' ); ?>
    </ul>
    </li>
    </ul>
    <?php endif; ?>

    <?php if ( is_active_sidebar( 'footer_sidebar' ) ) echo "</ul>" ?>
    </div>
    <div id="footer-search" class="footer-column">
    <?php if ( is_active_sidebar( 'footer_sidebar_2' ) ) echo "<ul>" ?>
    <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar( 'footer_sidebar_2' ) ) : ?>
    <h2><?php _e( 'Search', 'traction' ); ?></h2>
    <?php if (is_file(STYLESHEETPATH . '/searchform.php' )) include (STYLESHEETPATH . '/searchform.php' ); else include(TEMPLATEPATH . '/searchform.php' ); ?>
    <?php endif; ?>
    <?php if ( is_active_sidebar( 'footer_sidebar_2' ) ) echo "</ul>" ?>
    </div>
    </div><!--end wrapper-->
    </div><!--end footer-->
    <div id="copyright" class="wrapper">
    <p class="credit"><a href="http://schmtimo.20x.cc/"></a><a href="http://schmtimo.20x.cc">Edited by Schmtimo</a></p>
    <p><?php _e( 'Copyright', 'traction' ); ?> &copy; <?php echo date( 'Y' ); ?> <?php echo $traction->copyrightName(); ?>. All rights reserved.</p>
    </div><!--end copyright-->
    <?php wp_footer(); ?>
    <?php
    if ($traction->statsCode() != '' ) {
    echo $traction->statsCode();
    }
    ?>
    </body>
    </html>

    Hi,
    habe zu meinem WP-Blog das Plugin NextGEN hinzugefügt, nun kam der Fehler auf, das die "Thumbnails" also die Vorschau Bilder für die Galerie im Post nicht angezeigt werden können weil die Bilder zu groß sind. Was für eine Lösung gibt es da, ohne die Bilder zu resizen?

    Gruß Schmtimo

    Hi,
    habe folgendes Problem:
    Meine Sidebar ist aufeinmal nach unten gerutscht, ich möchte sie aber wieder Rechts haben, wie kann ich das im folgenden Quelltext ändern?


    <div id="sidebar-border">
    <div id="sidebar">

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Primary Widget Area') ) : ?>

    <?php if ( is_singular() ) { ?>
    <ul>
    <li class="widget">
    <h3>Recent Posts</h3>
    <ul>
    <?php
    $myposts = get_posts('numberposts=5&offset=0&category=0');
    foreach($myposts as $post) : setup_postdata($post);
    ?>
    <li><span><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span></li>
    <?php endforeach; ?>
    </ul>
    </li>
    </ul>
    <?php } else { ?>
    <ul>
    <li class="widget">
    <h3>Random Posts</h3>
    <ul>
    <?php
    $rand_posts = get_posts('numberposts=5&orderby=rand');
    foreach( $rand_posts as $post ) :
    ?>
    <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </li>
    </ul>
    <?php } ?>
    <ul>
    <li class="widget">
    <h3>Search by Tags!</h3>
    <div><?php wp_tag_cloud('smallest=9&largest=18'); ?></div>
    </li>
    <li class="widget">
    <h3>Archives</h3>
    <ul>
    <?php wp_get_archives( 'type=monthly' ); ?>
    </ul>
    </li>
    <li class="widget">
    <h3>Links</h3>
    <ul>
    <?php wp_list_bookmarks('title_li=&categorize=0&orderby=id'); ?>
    </ul>
    <div class="fixed"></div>
    <h3>Meta</h3>
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <?php wp_meta(); ?>
    </ul>
    </li>
    </ul>

    <?php endif; ?>

    <?php if ( is_singular() ) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Singular Widget Area') ) : ?>
    <?php endif; } ?>

    <?php if (!is_singular()) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Not Singular Widget Area') ) : ?>
    <?php endif; } ?>

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widget Area') ) : ?>
    <?php endif; ?>

    </div><!-- end: #sidebar -->
    </div><!-- end: #sidebar-border -->

    Hallo zusammen,
    ich möchte in mein Design "zBench" ein Header Image einfügen, doch finde ich mich im css nicht zurecht, hier der code:

    /* Header */
    #header{z-index:1;position:relative;margin:30px auto 0;height:60px;}
    #header h1{float:left;padding:0 0 0 10px;text-shadow:1px 1px 1px #999;font-size:28px;font-family:Georgia,"Times New Roman",Times,serif;}
    #header h1 a{color:#222;line-height:30px;}
    #header h2{float:left;height:20px;overflow:hidden;line-height:18px;padding:10px 0 0 20px;color:#222;font-size:12px;font-weight:normal;text-shadow:0 1px 0 #fff;}

    schon einmal vielen Dank für die Antworten