Exemple #1
0
      <li>
        <h4>
          <a href="<?php 
        the_permalink();
        ?>
" title="<?php 
        the_title();
        ?>
">
            <?php 
        the_title();
        ?>
          </a>
        </h4>
        <?php 
        wpeExcerpt('wpeExcerpt13');
        ?>
        <span class="comments"><?php 
        comments_popup_link(__('Leave your thoughts', 'wpeasy'), __('1 Comment', 'wpeasy'), __('% Comments', 'wpeasy'));
        ?>
</span>
      </li>

    <?php 
    }
}
?>
    <?php 
wp_reset_query();
?>
Exemple #2
0
    <h2 class="inner-title">
      <span class="date"><?php 
        the_time('j F Y');
        ?>
</span> <a href="<?php 
        the_permalink();
        ?>
" title="<?php 
        the_title();
        ?>
"><?php 
        the_title();
        ?>
</a>
    </h2><!-- /post title -->
    <?php 
        wpeExcerpt('wpeExcerpt150');
        ?>
  </div><!-- /looper -->
  <?php 
    }
} else {
    ?>
  <div>
    <h2 class="title"><?php 
    _e('Sorry, nothing to display.', 'wpeasy');
    ?>
</h2>
  </div><!-- /article -->
<?php 
}
Exemple #3
0
        ?>
</span></span>
    <span class="author"><?php 
        _e('Published by', 'wpeasy');
        ?>
 <?php 
        the_author_posts_link();
        ?>
</span>
    <span class="comments"><?php 
        comments_popup_link(__('Leave your thoughts', 'wpeasy'), __('1 Comment', 'wpeasy'), __('% Comments', 'wpeasy'));
        ?>
</span><!-- /post details -->

    <?php 
        wpeExcerpt('wpeExcerpt40');
        ?>

  </div><!-- /looper -->
  <?php 
    }
} else {
    ?>
  <div>

    <h2 class="title"><?php 
    _e('Sorry, nothing to display.', 'wpeasy');
    ?>
</h2>

  </div><!-- /article -->
Exemple #4
0
    <h2 class="inner-title">
      <a href="<?php 
        the_permalink();
        ?>
" title="<?php 
        the_title();
        ?>
"><?php 
        the_title();
        ?>
</a>
    </h2><!-- /post title -->

    <?php 
        wpeExcerpt('wpeExcerpt20');
        ?>

  </div><!-- /looper -->
  <?php 
    }
} else {
    ?>
  <div>
    <h2 class="title"><?php 
    _e('Sorry, nothing to display.', 'wpeasy');
    ?>
</h2>
  </div><!-- /article -->
<?php 
}