problem in query_vars parameters

As best as I can understand, you are looking to echo out the value of a query variable. The WordPress function for getting a query variable is get_query_var(). So in your videolar.php template you would add: echo get_query_var(‘tur’);

Adding Parameters to get_comment

My point is: show posts last commenter name and comment date d F H:i together. Any suggestions? I think what you want is: $defaults = array( ‘post_id’ => $post->ID, ‘number’ => ‘1’, ‘orderby’ => ‘comment_date_gmt ‘, // default value; not really necessary ‘order’ => ‘DESC’, ‘status’ => ‘approved’, ); You shouldn’t need to run get_comments() … Read more

Using permalinks with parameters

id is already used by WordPress, it’s a query variable and a reserved name. If you put ?id=5 on the end of a URL, you’re asking for the post with ID 5. Instead, have you considered using a person post type? This would give you an archive, add/edit screen, admin listings, templates, individual person templates, … Read more

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