Guest User

postslider.php

a guest
Dec 1st, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
  2.                         }
  3.                         $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));               $category = get_the_category($the_id);
  4.  
  5.                     if(!empty($category))
  6.                     {
  7.                        $output .= '<span class="blog-categories minor-meta">Published '.__('in','avia_framework')." ";
  8.                        $output .= '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a>';            $output .='</span><div class="slide-meta-del">/</div>';
  9.                     };
Advertisement
Add Comment
Please, Sign In to add comment