How to noindex for certain custom post type without using plugins..?

Go in your header.php and add the following snippet where you want your tag to appear:

<?php 
if( 'your-post-type' === get_post_type() ){
  print '<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">';
}
?>

get_post_type() will return the current post type.

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