Ich benutze Canvas Thema, so sieht Content-search.php aus
100, 'thumb_h' => 100, 'thumb_align' => 'alignleft', 'post_content' => 'excerpt', 'comments' => 'both' ); $settings = woo_get_dynamic_values( $settings ); $title_before = ''; $title_after = '
'; if ( ! is_single() ) { $title_before = ''; $title_after = '
'; $title_before = $title_before . ' 0 ) ) . '">'; $title_after = '' . $title_after; } $page_link_args = apply_filters( 'woothemes_pagelinks_args', array( 'before' => '' . __( 'Pages:', 'woothemes' ), 'after' => '' ) ); woo_post_before(); ?> <article >
und das ist meine search.php
Vielen Dank !
Nach deinem zweiten Code suchst du die loop-search.php.
Wenn Sie sicher sind, dass Sie die Inhaltssuche verwenden, ändern Sie diese Zeile:
< ?php the_excerpt(); ?>
zu
< ?php the_content(); ?>
oder fügen Sie mehr Details zum Inhalt hinzu:
the_content( 'Continue reading ' . get_the_title() );