-
-
-
-
-
- - -
-
-
-
-
- post_title);
- $char = $title{0};
- if( !(is_numeric($char)) && !in_array($char, $letters) ){
- array_push($letters, $char);
- }
- }
- return $letters;
- }
-
- echo '
';
- }
- if( !in_array($char, $letters) ){
- echo '- ';
- $anchors = getChars();
- foreach( range('A', 'Z') as $char ){
- if( in_array( $char, $anchors ) ){
- echo '
- '.$char.' '; - } else { - echo '
- '.$char.' '; - } - } - echo '
- ';
- foreach( (array) $pages as $pg ){
- $title = ucwords($pg->post_title);
- $char = $title{0};
- if( !( is_numeric($char) || empty($char) ) ){
- if( $char != end($letters) && !empty($letters) ){
- echo '
- '.$char.'
- ';
- array_push($letters, $char);
- }
- echo "
- ".$title." "; - } - } - echo '