Read more we własnym motywie
-
Witam!
Właśnie piszę swój pierwszy, własny motyw do wp i mam pewien problem, a mianowicie chciałbym aby na stronie głównej i stronach kategorii wyświetlała się tylko część zawartości wpisu (z góry ustalona i stała dla wszystkich wpisów), a po niej link do strony wpisu.Mam taki kod:
<?php while ( have_posts() ) : the_post(); ?> <div class="entry_1"> <div class="entryimg"> <a href="<?php the_permalink(); ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'single-post', array('class' => 'entry-thumb') ); } ?></a> </div> <div class="entrycon"> <a href="<?php the_permalink(); ?>"><h1><?php the_title(); ?></h1></a> <h2>Dodano: <?php the_date(); ?></h2> <p><?php the_content(); ?></p> </div> </div> <?php endwhile; ?> <?php wp_reset_query();?>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- Temat ‘Read more we własnym motywie’ jest zamknięty na nowe odpowiedzi.