Build index page from custom fields

my suggesting is going for a different way by using get_pages()

for example

$args = array(
         'meta_key ' => 'Partner_Level',
         'meta_value' => 'Gold' );
$pageslist = get_pages( $args );

$pageslist should have all your posts in the “gold” level.

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