예제 #1
0
파일: tag.php 프로젝트: ungarh/ungarh-tema
            the_post_thumbnail('nyhet-thumb');
            ?>
          <?php 
        } else {
            ?>
            <?php 
            the_post_thumbnail('nyhet-thumb-large');
            ?>
          <?php 
        }
        ?>
        <?php 
    } else {
        ?>
          <img src="http://placehold.it/300x300/E50047/ffffff?text=<?php 
        echo strtoupper(ungarh_title());
        ?>
" alt="Bild för <?php 
        the_title();
        ?>
" class="post-thumbnail">
        <?php 
    }
    ?>
      </div>
      <div class="grid__item three-quarters">
        <article <?php 
    post_class();
    ?>
>
          <header>
예제 #2
0
<div class="page-header">
  <h1>
    <?php 
echo ungarh_title();
?>
  </h1>
</div>