meta->for_current_page()->title; } else { $title = get_the_title(); } global $PAGEN; $PAGEN = filter_var ($_REQUEST["PAGEN"], FILTER_SANITIZE_STRING) ? filter_var ($_REQUEST["PAGEN"], FILTER_SANITIZE_STRING) : 1; $author_id = get_the_author_meta('ID'); $count_user_posts = count_user_posts( $author_id ); $have_more_posts = ($PAGEN * 11) < $count_user_posts ? true : false; ?> >