How do I display Category titles on a WP Page?

I believe you want wp_list_categories (). With a short set of arguments you should be able to get the results you want, including excluding “uncategorized”. Something like:

$args = array(
  'exclude' => 1,
);
wp_list_categories( $args ); 

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)