Beiträge von bm-creative

    Schau mal, so füge ich das Bild dann ein: Bild

    kann man da nicht irgendwie 2 oder mehr einsetzen?

    Ich hab mal versucht ein benutzerdefiniertes feld einzufügen aber das hilft leider nix. Bild2 hatte da einfach wieder full-image eingegeben und ne url eines anderen Bildes. Dann ändert er aber automatisch die url in die selbe wie bei bild1

    Guten Abend!

    Besteht die Möglichkeit das Gallery Plugin so zu erweitern, dass wenn man auf ein Bild klickt, dort mehrere Bilder eingefügt werden können?

    Mir ist egal ob untereinander oder wie auch immer. Ich möchte nur mehrere Bilder zu einem Thema zeigen.

    Hier

    <?php

    // Creating the doctype
    thematic_create_doctype();
    echo " ";
    language_attributes();
    echo ">\n";

    // Creating the head profile
    thematic_head_profile();

    // Creating the doc title
    thematic_doctitle();

    // Creating the content type
    thematic_create_contenttype();

    // Creating the description
    thematic_show_description();

    // Creating the robots tags
    thematic_show_robots();

    // Creating the canonical URL
    thematic_canonical_url();

    // Loading the stylesheet
    thematic_create_stylesheet();

    if (THEMATIC_COMPATIBLE_FEEDLINKS) {
    // Creating the internal RSS links
    thematic_show_rss();

    // Creating the comments RSS links
    thematic_show_commentsrss();
    }

    // Creating the pingback adress
    thematic_show_pingback();

    // Enables comment threading
    thematic_show_commentreply();

    // Calling WordPress' header action hook
    wp_head();

    ?>

    </head>

    <?php

    thematic_body();

    // action hook for placing content before opening #wrapper
    thematic_before();

    if (apply_filters('thematic_open_wrapper', true)) {
    echo '<div id="wrapper" class="hfeed">';
    }

    // action hook for placing content above the theme header
    thematic_aboveheader();

    ?>

    <div id="header">

    <?php

    // action hook creating the theme header
    thematic_header();

    ?>

    </div><!-- #header-->
    <?php

    // action hook for placing content below the theme header
    thematic_belowheader();

    ?>
    <div id="main">