Ejemplo n.º 1
0
            echo $image[0];
            ?>
" alt="<?php 
            the_title();
            ?>
" />
          </a>
        </div>
      <?php 
        }
        ?>
 
      <div class="bd">
        <?php 
        $excerpt = get_the_excerpt();
        echo "<p>" . limit_excerpt($excerpt, 30) . "</p>";
        ?>
      </div>
      <?php 
        if (in_category("draw") || is_category("draw")) {
            ?>
        <?php 
            $iconName = "View Draw";
            ?>
      <?php 
        } elseif (in_category("raffle") || is_category("raffle")) {
            ?>
        <?php 
            $iconName = "Buy Tickets";
            ?>
      <?php 
Ejemplo n.º 2
0
            echo $month;
            ?>
 <strong><?php 
            echo $day;
            ?>
</strong></h4>
                </div>
              </dt>
              <dd>
                <span><?php 
            the_title();
            ?>
</span>
                <?php 
            $excerpt = get_the_excerpt();
            echo limit_excerpt($excerpt, 8);
            ?>
              </dd>
            </dl>
          <?php 
        } else {
            ?>
            <dl onclick="location.href='<?php 
            the_permalink();
            ?>
'">
              <dd>
                <span><?php 
            the_title();
            ?>
</span>