'ids', 'hide_empty' => 1, // We only need to know if there is more than one category. 'number' => 2, )); // Count the number of categories that are attached to the posts. $all_the_cool_cats = count($all_the_cool_cats); set_transient('hypermarket_categories', $all_the_cool_cats); endif; if ($all_the_cool_cats > 1): // This blog has more than 1 category so hypermarket_categorized_blog should return true. return true; else: // This blog has only 1 category so hypermarket_categorized_blog should return false. return false; endif; } endif; /** * Comments list template. * * @since 1.0.5 */ if (!function_exists('hypermarket_comments_list')): function hypermarket_comments_list($comment, $args, $depth) { ?>
  • >

    '; ?>:

    wp_kses_post(''), 'depth' => $depth, 'max_depth' => $args['max_depth'] ))); ?>
    comment_approved): echo '' . esc_html__('Your comment is awaiting moderation.', 'hypermarket') . ''; endif; ?>
    ' . apply_filters('hypermarket_copyright_text', $content = '© ' . get_bloginfo('name') . ' ' . date_i18n(__('Y','hypermarket'))) . ''; if( apply_filters( 'hypermarket_credit_link', true ) ): // You `HAVE` to keep this credit link. We really do appreciate it ;) printf(esc_attr__(' | Get %1$s for free.', 'hypermarket') , ''); endif; echo '

    '; } endif; /** * This "Back to top" link allows users to smoothly scroll back to the top of the pages. * * @since 1.0.4 */ if (!function_exists('hypermarket_scroll_top')): function hypermarket_scroll_top() { ?>