Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
- }
- $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $category = get_the_category($the_id);
- if(!empty($category))
- {
- $output .= '<span class="blog-categories minor-meta">Published '.__('in','avia_framework')." ";
- $output .= '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a>'; $output .='</span><div class="slide-meta-del">/</div>';
- };
Advertisement
Add Comment
Please, Sign In to add comment