This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ global $cham_settings; if ( 'bottom' != $cham_settings['navbar'] ) { cham_post_navigator(); } while ( have_posts() ) : the_post(); $post_class = ( is_sticky() ) ? 'sticky-post' : 'post'; ?>
| post_date); ?> | post_date); ?>
  | comment_status && 'closed' != $post->ping_status ) : $comments = __('Only Pings', 'chameleon'); else : $comments = __('No comments', 'chameleon'); endif; comments_popup_link($comments, __('1 Comment', 'chameleon'), __('% Comments', 'chameleon'), 'info-link', __('Comments closed', 'chameleon')); ?>
', ''); if ( function_exists('sociable_html') && $cham_settings['sociable'] ) { echo sociable_html(); } ?>