Home › Forums › Back End › Something horrible has happened to my blog › Re: Something horrible has happened to my blog
December 12, 2011 at 3:10 pm
#92555
Participant
By “In Action” you mean the actual loop?
; ?>)
" title="" rel="bookmark">
$images = get_children( array( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) );
$total_images = count( $images );
$image = array_shift( $images );
$image_img_tag = wp_get_attachment_image( $image->ID, 'thumbnail' );
?>
">
%2$s photos.', 'twentyten' ),
'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"',
$total_images
); ?>
" title="">
|
|
" title="" rel="bookmark">
'' . __( 'Pages:', 'twentyten' ), 'after' => '' ) ); ?>
|
$tags_list = get_the_tag_list( '', ', ' );
if ( $tags_list ):
?>
|