Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(have_posts()) : ?>
- <?php while(have_posts()) : the_post(); ?>
- <div class="row" id="post-<?php the_ID(); ?>">
- <div class="col s12 m6">
- <div class="card white darken-1">
- <div class="card-content white-text">
- <span class="card-title"><?php the_title(); ?></span>
- <p><?php the_content();?></p>
- </div>
- <div class="card-action">
- <a style="text-align:center;" href="<?php the_permalink();?>">Leggi l'articoli</a>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment