Beiträge von Mascha

    wp post id defekt
    Kann man mit einer sql abfrage die Spalte post id einfügen (sie ist nicht mehr da) und die id wieder den post zuordnen?
    Danke

    Es ist ein 1&1 Dedicated Server

    bei crontab -e

    Edit this file to introduce tasks to be run by cron.
    #
    # Each task to run has to be defined through a single line
    # indicating with different fields when the task will be run
    # and what command to run for the task
    #
    # To define the time you can provide concrete values for
    # minute (m), hour (h), day of month (dom), month (mon),
    # and day of week (dow) or use '*' in these fields (for 'any').#
    # Notice that tasks will be started based on the cron's system
    # daemon's notion of time and timezones.
    #
    # Output of the crontab jobs (including errors) is sent through
    # email to the user the crontab file belongs to (unless redirected).
    #
    # For example, you can run a backup of all your user accounts
    # at 5 a.m every week with:
    # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
    #
    # For more information see the manual pages of crontab(5) and cron(8)
    #
    # m h dom mon dow command
    ~
    1,1 All

    Nochmal das selbe..

    Ich dachte das man kann in dem Link singlepic.php
    hier-
    <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> >
    <img class="<?php echo $image->classname ?>" src="<?php echo $image->thumbnailURL ?>" alt="<?php echo $image->alttext ?>" title="<?php echo $image->alttext ?>" />
    </a>
    nur den link zur Gallery einfügt.

    Nochmal

    Hallo,
    wenn ich ein einzelnes kleines Bild aus einer Galerie in einen Artikel einfüge, möchte ich, dass, wenn ich auf das kleine Bild klicke, die dazu gehörende Galerie aufgeht, zu der das Bild gehört und nicht das einzelne Bild.
    Danke, Rainer

    Aus dem Artikel single pic gleich in die Gallery.

    Welchen Pfad muß dann hier rein?
    Singlepic.php
    <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> >
    <img class="<?php echo $image->classname ?>" src="<?php echo $image->thumbnailURL ?>" alt="<?php echo $image->alttext ?>" title="<?php echo $image->alttext ?>" />

    <!--more--> kann ich rein machen wo ich will, keine aktion.
    Was mach ich falsch?
    Ich benutze themes concrete.
    Im header.php habe ich <?php global $more;$more = 0; the_content();?> drin.
    Wer kann Helfen
    Mascha