How to add pages to feed?

Adding the following code to your theme’s functions.php will solve your problem:

// Add Pages to RSS Feeds
function myfeed_request( $qv ) {
    if ( isset( $qv['feed'] ) && ! isset( $qv['post_type'] ) )
        $qv['post_type'] = array( 'post', 'page' );
    return $qv;
}

Found code here.

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