diff --git a/content-az.php b/content-az.php index 6206387..5e3da37 100644 --- a/content-az.php +++ b/content-az.php @@ -41,7 +41,7 @@ $pattern = '#[A-Za-z|~`!@\#$%^&*()_+=|\\}\][{\'/;\-":?>.<]#'; } $title = ucwords($pg->post_title); $char = $title{0}; - if($char == 'Z') echo $title; + //if($char == 'Z') echo $title; if(!in_array($char, $letters) ){ array_push($letters, $char); }