Wie integriere ich hier den <!--more--> tag, also so, dass der angezeigt wird und nicht der komplette Post?
Kann ich außerdem costum fields anzeigen/auslesen lassen? Ich bräuchte eine "Lebensdauer" für bestimmte Beiträge, d.h. das die Beiträge nur bis zu einem bestimmten Zeitpunkt (Datum) angezeigt werden und dann aus der Auflistung verschwinden.
Ist das mit custom fields machbar?
Vielen Dank für jegliche Hilfe!
[LEFT] [COLOR=#000000] [COLOR=#0000CC]<?php query_posts[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'cat=4'[/COLOR][COLOR=#006600]);[/COLOR][COLOR=#0000CC]?>
[/COLOR]
[COLOR=#0000CC]<?php [/COLOR][COLOR=#006600]if ([/COLOR][COLOR=#0000CC]have_posts[/COLOR][COLOR=#006600]()) : while ([/COLOR][COLOR=#0000CC]have_posts[/COLOR][COLOR=#006600]()) : [/COLOR][COLOR=#0000CC]the_post[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?>
[/COLOR] [COLOR=#0000CC]<?php the_title[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?>[/COLOR]<br />
[COLOR=#0000CC]<?php the_content[/COLOR][COLOR=#006600](); [/COLOR][COLOR=#0000CC]?>
<?php [/COLOR][COLOR=#006600]endwhile; endif; [/COLOR][COLOR=#0000CC]?>[/COLOR] [/COLOR] [/LEFT]