You appear to be a bot. Output may be restricted
Description
A helper conditional function that returns a boolean value.
Usage
$bool = twentyfourteen_has_featured_posts();
Parameters
Returns
bool Whether there are featured posts.
Source
File name: twentyfourteen/functions.php
Lines:
1 to 3 of 3
function twentyfourteen_has_featured_posts() { return ! is_paged() && (bool) twentyfourteen_get_featured_posts(); }