Danke ich habe es gelöst.
Clean Up war das Problem...
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 -
1und1 server
Diese Zeile bitte in den CRONTAB Ihres Webservers einfügen:
*/10 * * * * wget -q -O /dev/null http://www.vogtlanddomain.de/wp-admin/admin-ajax.php?action=knewsCron
Da kommt
-bash: */10: No such file or directory
Was mache ich da falsch?
Mascha -
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 ?>" /> -
Hat keiner eine Idee
[COLOR=#333333]Galerie & Diashow[/COLOR] tags oder Beschreibung in die wp suche einbinden?
Damit man ein Bild findet. -
Was kann man machen, dass in NextGEN die tags und die Bildbeschreibung über die wp-Suche zufinden sind.
Mascha -
<!--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