' . $before, $after . ''); return; } global $post; $separator = isset($args['separator']) ? $args['separator'] : '/'; $breadcrums_id = isset($args['id']) ? $args['id'] : 'fansub_breadcrumbs'; $home_title = __('Home', 'fansub'); $custom_taxonomy = 'product_cat'; $class = isset($args['class']) ? $args['class'] : ''; $class = fansub_add_string_with_space_before($class, 'list-inline list-unstyled breadcrumbs'); if(!is_front_page()) { echo ''; } } function fansub_facebook_login_button() { $action = fansub_get_method_value('action', 'request'); ?> '); $before = fansub_get_value_by_key($args, 'before', ''); $after = fansub_get_value_by_key($args, 'after', ''); $post_id = fansub_get_value_by_key($args, 'post_id', get_the_ID()); $separator = fansub_get_value_by_key($args, 'separator', ', '); the_terms($post_id, $taxonomy, $before . $icon, $separator, $after); } function fansub_the_date() { ?>

ID; $author_name = $authordata->display_name; $author_avatar = get_avatar_url($author_id, array('size' => 128)); } $logo_url = apply_filters('fansub_publisher_logo_url', ''); ?>

ID; $author_name = $authordata->display_name; $author_avatar = get_avatar_url($author_id, array('size' => 128)); } $logo_url = apply_filters('fansub_publisher_logo_url', ''); ?>

get_queried_object_id()) { return; } $link = get_permalink($id); if($page = get_query_var('cpage')) { $link = get_comments_pagenum_link($page); } $link = apply_filters('fansub_head_rel_canonical', $link, $id); echo "\n"; } function fansub_posts_pagination($args = array()) { $defaults = array( 'prev_text' => __('Trước', 'fansub'), 'next_text' => __('Tiếp theo', 'fansub'), 'screen_reader_text' => __('Phân trang', 'fansub') ); $args = wp_parse_args($args, $defaults); the_posts_pagination($args); } function fansub_entry_content($content = '') { ?>
'; the_excerpt(); echo ''; } function fansub_entry_tags() { echo '
'; the_tags('Tags: ', ' ', ''); echo '
'; } function fansub_button_vote_group() { $post_id = get_the_ID(); $vote_up = absint(get_post_meta($post_id, 'likes', true)); $vote_down = absint(fansub_get_post_meta('dislikes', $post_id)); ?>