meine seite: pirbou.funpic.de
Also der erste Post wird immer vollständig dargestellt aber der zweite wird immer abgekürzt und das bild fehlt, wie kann ich das ändern das auf der ganzen seite die posts vollständig (mit bild) dargestellt werden.
Post wird immer abgekürzt! Wie änder ich das?
-
-
- Gerade eben
- Anzeige
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
- ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
- ✔️ Deutsche Server & DSGVO-konform
- ✔️ Persönlicher Support (kein 0815-Ticket-System)
-
In der entsprechenden Datei (index.php?) the_excerpt() mit the_content() ersetzen.
Gruß Whoppy
-
Danke für die Antwort Whoppy
In der Index steht aber davon leider nix:PHP
Alles anzeigen<?php get_header(); ?> <!-- Show the welcome box and slideshow only on first page. Makes for better pagination. --> <?php if ( $paged < 1 ) { ?> <!-- Begin Welcome Box --> <?php if (is_home()) include (THEMELIB . '/apps/welcomebox.php'); ?> <!-- Begin Slideshow --> <?php include (THEMELIB . '/apps/slideshow-static.php'); ?> <!-- End Better Pagination --> <?php } ?> <!-- Begin Blog --> <?php include (THEMELIB . '/apps/blog.php'); ?> <!-- Begin Footer --> <?php get_footer(); ?>
In der Single.php gibts auch nen Teil aber da steht schon the_content() drin!
PHP
Alles anzeigen<?php get_header(); ?> <div class="span-<?php $sidebar_state = get_option('T_sidebar_state'); if($sidebar_state == "On") { echo "15 colborder home"; } else { echo "24 last"; } ?>"> <div class="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><?php the_title(); ?></h2> <?php include (THEMELIB . '/apps/multimedia.php'); ?> <?php the_content(); ?> </div> <div class="clear"></div> <p class="postmetadata alt"> <small> This entry was posted <?php /* This is commented, because it requires a little adjusting sometimes. You'll need to download this plugin, and follow the instructions: [URL]http://binarybonsai.com/archives/2004/08/17/time-since-plugin/[/URL] */ /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> and is filed under <?php the_category(', ') ?><?php if (get_the_tags()) the_tags(' and tagged with '); ?>. You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed. <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site. <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site. <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?> You can skip to the end and leave a response. Pinging is currently not allowed. <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Neither Comments, nor Pings are open ?> Both comments and pings are currently closed. <?php } edit_post_link('Edit this entry','','.'); ?> </small> </p> <div class="nav prev left"><?php next_post_link('%link', '←', TRUE); ?></div> <div class="nav next right"><?php previous_post_link('%link', '→', TRUE); ?></div> <div class="clear"></div> <?php endwhile; else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> <?php endif; ?> <?php comments_template(); ?> </div> </div> <?php $sidebar_state = get_option('T_sidebar_state'); if($sidebar_state == "On") { get_sidebar() ; } else { echo ""; } ?> <!-- Begin Footer --> <?php get_footer(); ?> -
-
Geil, vielen dank an dich whoppy hat super geklappt!
Danke -
Eigentlich war das Problem ja gelöst, aber jetzt ist das Problem irgendwie zurück gekommen, jetzt sieht es so aus:[Blockierte Grafik: http://i580.photobucket.com/albums/ss244/PirBou/hilfe.jpg]
wie kann ich das wieder ändern, denn ich hab die blog.php ja schon geändert...
-
Irgendwie ist es jetzt als ob der ein Vorschaubild macht und dann aber das Bild in normaler Größe auch noch einfügt, hilfe bitte
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!