Want to Display Post Author, Part of Description
-
Hi.
using below code I get popular posts.
$amadeus_pp = array ( 'range' => 'last30days', 'order_by' => 'views', 'post_type' => 'post', 'limit' => 5, 'title_length' => 70, 'cat' => $blog_category_id, 'thumbnail_width' => 50, 'thumbnail_height' => 50, 'stats_views' => 0, 'post_html' => '<li style="margin-left: 0;"> <div class="ba-pop-post"> <div class="ba-pop-post-title">{author}</div> <div class="ba-pop-post-image">{thumb}</div> <div class="ba-pop-post-title">{title}</div> </div> </li>', ); if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular($amadeus_pp);
Now under popular post section display post thumbnail image, post title.But now I want to display post author,create date, part of description also.
Please help me…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Want to Display Post Author, Part of Description’ is closed to new replies.