Beiträge von till111

    ich kriege diese linie nicht weg ....

    hi und dankje soweit,. ich bekomme ber unten auf der page die drei liinien nicht weg...

    hier das hauptindex -template_

    <?php get_header(); ?>
    <div id="content">

    <div class="feature clearfloat" id="lead">

    <?php
    // this is where the Lead Story module begins
    query_posts('showposts=1&cat=3'); ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php
    // this is where the Lead Story image gets printed
    $values = get_post_custom_values("Image"); echo $values[0]; ?>

    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title">
    <?php
    // this is where the title of the Lead Story gets printed
    the_title(); ?>
    </a>
    <?php
    // this is where the excerpt of the Lead Story gets printed
    the_content(); ?>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"></a>
    <?php endwhile; ?>
    </div><!--END FEATURE-->

    <div id="rightcol">
    <?php
    // this is where you enter the IDs of which categories you want to display
    $display_categories = array(4,5,6);
    foreach ($display_categories as $category) { ?>
    <div class="clearfloat">
    <?php query_posts("showposts=1&cat=$category");
    $wp_query->is_category = false;
    $wp_query->is_archive = false;
    $wp_query->is_home = true;
    ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php
    // this grabs the image filename
    $values = get_post_custom_values("Image");
    // this checks to see if an image file exists
    if (isset($values[0])) {
    ?>

    <?php } ?>
    <?php
    // this is where title of the article gets printed
    the_title(); ?>&raquo;</a>
    <?php the_content(); ?>
    <?php endwhile; ?>
    </div>
    <?php } ?>
    </div><!--END RIGHTCOL-->


    <div id="leftcol">
    <?php
    // this is where you enter the IDs of which categories you want to display
    $display_categories = array(7,8,9);
    foreach ($display_categories as $category) { ?>
    <div class="clearfloat">
    <?php query_posts("showposts=1&cat=$category");
    $wp_query->is_category = false;
    $wp_query->is_archive = false;
    $wp_query->is_home = true;
    ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php
    // this grabs the image filename
    $values = get_post_custom_values("Image");
    // this checks to see if an image file exists
    if (isset($values[0])) {
    ?>
    <?php } ?>
    <a href="<?php the_permalink() ?>" rel="bookmark" class="title"><?php
    // this is where title of the article gets printed
    the_title(); ?>&raquo;</a>
    <?php the_content(); ?>
    <?php endwhile; ?>
    </div>
    <?php } ?>
    </div><!--END LEFTCOL-->

    </div><!--END CONTENT-->


    <?php get_sidebar(); ?>
    <?php get_footer(); ?>


    kann jemand zaubern ?

    danke
    till

    hallo,

    ich verwende das aktuelle wp sowie mimbo 2.2 als template.
    es will mir nicht gelingen, die artikel exakt so zu fomatieren wie den lead stoy sondern es erwscheint immer nur der titel des jewielgen artikels.
    siehe hier:
    michael koulen kommunikation

    lead = ok, restliche artikel sind abgeschnitten. ich habe schon (fast) überallim theme nach "the_excerpt" gesucht uns durch content ersetzt. hilft aber nicht weiter.

    danke für alle tipps !

    till

    hi,

    danke, das kann ich nachvollziehen, aber dennoch werden dieses themes ja quasi "offiziell" verbreitet. und die anzahl der bugs ist so hoch, dass sie kaum zu verwenden sind. schade !!

    till

    hallo an die wp community,

    ich habe jetzt einige tage mit der aktuellen wp version und dem mimbo 2.2. template herumprobiert, es bleiben jedoch ein paar sachen offen:

    • die trennungsunktion des editors für artikel produziert 2x "more" - links. eines davon auch wenn man gar keine trennung des artikels vorgenommen hat. (also quasi eine "default" trennung)
    • wie bekommt man gezielt eine bestimmte kategorien unterhalb von lead story links auf die startseite ?
    • ist es machbar in der linken spalte nur eine kategorie zu haben – die z.B. zwei artikel bekommt – beide mit einem Bild. (wobei ich die bilder manuell über tags einfüge, denn die auto funktion des tiny funktioniert ja leider nicht
    • das template erzeugt leere zeilen zwischen den trennungslinien der zweiten spalte was kann mann daran machen ?


    vielen dank für alle tipps dazu.
    till

    hallo,

    bitte nicht sofort auf mich einprügeln, ich bin ja fan von wp. aber selbst in der aktuellsten version ist noch immer der bilder bug (textfluss kann nicht korrekt im tiny gesteuert werden) drin oder es finden sich zahlreiche fehler in den themes z. b. die unerwünschte teilung von artikeltexten.

    man sucht sich halt einen wolf nach eigenen fehlern und findet dann erst heraus, dass es bugs sind.
    wann rechnen die entwickler damit solche sachen in den griff zu bekommen ?

    till

    hallo,

    ich komme mit dem folgenden problem nicht weiter:
    ich habe als theme blog.txt_de 1.2 DE im einsatz, das klappt auch ganz gut und gefällt mir sehr. nur klappt folgendes nicht:
    wenm man das blog über die startseite auruft:
    Das Weblog
    werden alle texte und links korrekt ausgegeben, navigiert man jedoch über die kategorien:
    Für Profis - Das Weblog
    so werden die texte gekürzt (also nur komplett ausgegeben wenn man auf den titel klickt) und die links erscheinen auch nur nach dem anklicken.
    leider kann ich kein php und wäre auf einen kompetenten rat angewiesen.

    danke dafür !
    till