%s', 'Arjuna'), single_cat_title(NULL, false)); } elseif( is_tag() ) { printf(__('Browsing Posts tagged %s', 'Arjuna'), single_tag_title(NULL, false)); } elseif (is_day()) { printf( __('Browsing Posts published on %s', 'Arjuna'), get_the_time(get_option('date_format')) ); } elseif (is_month()) { printf( __('Browsing Posts published in %s', 'Arjuna'), get_the_time(__('F, Y', 'Arjuna')) ); } elseif (is_year()) { printf( __('Browsing Posts published in %s', 'Arjuna'), get_the_time(__('Y', 'Arjuna')) ); } elseif (is_author()) { $currentAuthor = $wp_query->get_queried_object(); printf(__('Browsing Posts published by %s', 'Arjuna'), $currentAuthor->display_name?$currentAuthor->display_name:$currentAuthor->nickname); } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { _e('Blog Archives', 'Arjuna'); } ?>

comment_count || comments_open() || pings_open() )): ?> comment_count && !comments_open() && !pings_open()) { _e('Comments off', 'Arjuna'); } else { comments_number(__('No comments', 'Arjuna'), __('1 comment', 'Arjuna'), __('% comments', 'Arjuna')); } ?>
'.__('none', 'Arjuna').''; ?>
'; wp_paginate(); print '
'; } elseif(function_exists('wp_pagenavi')) { print '
'; wp_pagenavi(); print '
'; } elseif(has_pages()) { print '
'; arjuna_get_previous_page_link(__('Newer Entries', 'Arjuna')); arjuna_get_next_page_link(__('Older Entries', 'Arjuna')); print '
'; } ?>