' . __( 'Pages:', 'pinktouch' ), 'after' => '
' ) );
if ( get_the_author_meta( 'description' ) && is_singular() ) pinktouch_author_info();
?>
', '
' ); endif; // Sometimes links need descriptions and sometimes they don't ... // Let's compare the length of the first url with the length of the post content. // If they're one and the same we don't really need to show the post content BECAUSE ... // that's just a url and we're already using that url as a href for the title link above BUT ... // if they're NOT the same I think we should show that content. if ( strlen( $link_url ) != strlen( $link_content ) ) : // Let's make any bare URL a clickable link, too. add_filter( 'the_content', 'make_clickable' ); ?>
→', 'pinktouch' ) );
wp_link_pages( array( 'before' => '