Rozwinięcie postu
-
Cześć.
Chciałabym aby posty wyświetlały się jeden pod drugim (w całości), a nie tak jak teraz w postaci skrótów i „read more”. Próbowałam coś zmieniać w content.php, znalazłam nawet (chyba odpowiednią linijkę), ale nie wiem co tam wpisać/podmienić/usunąć.
Bardzo proszę o pomoc.Wklejam content.php
<?php
/**
* @package fortunato
*/
?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<?php if ( 'post’ == get_post_type() ) : ?>
<div class=”entry-meta smallPart”>
<?php fortunato_posted_on(); ?>
</div><!– .entry-meta –>
<?php endif; ?>
<?php the_title( sprintf( '<h1 class=”entry-title noMarginTop”>’, esc_url( get_permalink() ) ), ’</h1>’ ); ?>
</header><!– .entry-header –><div class=”entry-summary”>
<?php the_excerpt(); ?>
</div><!– .entry-content –><footer class=”entry-footer smallPart”>
<span class=”read-link”>
„><?php _e(’Read More’, 'fortunato’); ?><i class=”fa fa-angle-right spaceLeft”></i>
</span>
<?php edit_post_link( __( 'Edit’, 'fortunato’ ), '<span class=”edit-link” style=”margin-top: 0.5em;”><i class=”fa fa-wrench spaceRight”></i>’, '</span>’ ); ?>
</footer><!– .entry-footer –>
</article><!– #post-## –>
<div class=”sepHentry2″></div>
- Temat ‘Rozwinięcie postu’ jest zamknięty na nowe odpowiedzi.