Snippi
A super awesome snippet tool.
- 1.
<p class="slider-caption-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></p> - 2.
<p class="post-meta"><?php $date_format = get_option( 'date_format' ); the_time($date_format); echo ' · '; comments_popup_link(__('No comments', 'framework'), __('1 comment', 'framework'), __('% comments', 'framework')); ?></p> - 3.
<?php echo aw_excerpt(get_the_ID()); ?> - 4.
<p class="slider-caption-link"><a href="<?php the_permalink(); ?>" title="<?php printf(__('Permalink to %s', 'framework'), get_the_title()); ?>"><?php _e('Read the rest of this entry', 'framework'); ?></a></p>