Beiträge von marvin987

    Komme Trotzdem nich Weiter!!

    Ich weiß nicht was ich in der sidebar.php Datei einfügen muss und wo ich es dort einfügen muss kann mir da einer weiter helfen?
    Kann mir jetzt einer Weiterhelfen damit das in der Sidebar angezeigt wird. Den Plugin habe ich schon alles Instaliert und bearbeiten kann ich den auch unter einstellungen. Nur wie mache ich es jetzt das der dass anzeigt. Wie und Wo füge ich den Code ein in der Sidebar datei?
    _____________________________________________________________________________
    <div id="sidebar">
    <ul>
    <li>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </li>
    <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
    <li><h2>Autor</h2>
    <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    </li>
    -->

    <li>
    <?php /* If this is a 404 page */ if (is_404()) { ?>
    <?php /* If this is a category archive */ } elseif (is_category()) { ?>
    <p>Du durchsuchst derzeit das Archiv der <?php single_cat_title(''); ?> Kategorie.</p>

    <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
    <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv
    nach <?php the_time('l,'); ?> den <?php the_time('j. F Y'); ?>.</p>

    <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv
    nach dem Monat <?php the_time('F Y'); ?>.</p>
    <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv
    nach dem Jahr <?php the_time('Y'); ?>.</p>

    <?php /* more links to find */ } elseif (is_search()) { ?>
    <p>Du hast das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv nach
    <strong>'<?php echo wp_specialchars($s); ?>'</strong> Durchsucht. Wenn du in den Ergebnissen nichts gefunden hast, helfen dir eventuell die folgenden Links.</p>
    <?php /* If this is not a specified archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv.</p>


    <?php } ?>
    <?php wp_list_pages('title_li=<h2>Seiten</h2>' ); ?>
    <li><h2>Archiv</h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>

    <li><h2>Kategorien</h2>
    <ul>
    <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
    </ul>
    </li>
    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>


    <li><h2>User Center</h2>
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>

    <?php wp_meta(); ?>
    </ul>
    </li>
    <?php } ?>

    </ul>
    </div>

    Wie füge ich den Code ein?

    hm habe es jetzt aber wo und wie füge ich den Code ein weiß einer mehr?
    Das steht da nur?

    __________________________________________________________________________
    zusätzliche Information

    1. Diesen Code zum Anzeigen des 'Weather Icon' hinzufügen:
      <?php if (function_exists('WeatherIcon')) : ?>
      <li>Lufkin, Texas
      <ul><?php WeatherIcon('station=KLFK'); ?></ul>
      </li>
      <?php endif; ?>
    2. Adjust the output with these parameters (see the [COLOR=#800080]WordPress Codex[/COLOR] for information on how to pass arguments to a function in a query string format). You only need to set 'station', the rest are optional.
      station (string) The 4-letter ICAO airport indentifier code to display the weather for. Find a location code here: [COLOR=#800080]http://weather.gov/tg/siteloc.shtml[/COLOR]. Defaults to 'KLFK'. before (string) Text to display before each weather item description (i.e. the icon, the temperature, the wind, etc.). Defaults to '<li>'. after (string) Text to display after each weather item description (i.e. the icon, the temperature, the wind, etc.). Defaults to '</li>'. debug (boolean) Overrides global debug values. If true, all debug information (cache & condition) will be displayed, If false, all debug information will be supressed. Valid values:
      • 1 (True)
      • 0 (False)

      display (boolean) Sets whether to echo or print the function's results. Valid values:

      • 1 (True - Default) — echo results
      • 0 (False) — return results for use in PHP

      override_cache (boolean) Overrides the cache. If true, the cache will be ignored. There is no need for a false value since that is default, but it is available. Valid values:

      • 1 (True)
      • 0 (False)

      language (string) The language in which to display plugin. The language must match the name of the mo file in the languages directory w/o the extension. IE: deutsch.mo would be simply language=deutsch.

    3. Optionally adjust the output with CSS as items in the output will be surrounded by <span>'s with these classes:
      weather_title Controls the weather item titles (i.e. Temp, Humidity, Wind, etc.). weather_info Controls the weather item values. Example CSS:
      .weather_title {
      font-weight: bold;
      }

    ________________________________________________________________

    Hallo,
    ich habe das ganz normale Design default_de. Dabei möchte ich die Farbe ändern die man sieht bei der Überschrift und wie bei der Sidebar zu sehen ist wen man mit der Maus darüber geht wie kann ich diese Farbe ändern?
    Kann mir einer Helfen wen es geht so schnell wie möglich

    ---> Siehe Foto