optionsSerialized->ppMostViewedPostsTitle; ?>
dbManager->popularPostsByViews($from, $to, $postTypes, $limit, $excludeArgs);
if ($popularPosts) {
foreach ($popularPosts as $post) {
$id = $post['post_id'];
$viewCount = intval($post['view_count']);
$title = APSWHelper::getSubstringedString($post['title']);
$postUrl = get_permalink($id);
?>
-