Citat Postat în original de Maskatu Vezi Post
@casperel, mai ajuta-ma te rog cu asta ca nu-i dau de cap nicicum:
Cod HTML:
 Undefined variable: featured_posts on line 42 of /wp-content/themes/mytestheme/index.php
Codul e asta iar linia 42 este prima din cod:
Cod:
if ( !is_object( $featured_posts ) || !$featured_posts->have_posts() ) {
  // Try another query
  $featured_posts = new WP_Query(array(
  'post_type' => $post_types,
  'showposts' => 3,
  'tag' => get_option('tigu_featured_tags')
  ));  
}
Daca e nevoie sunt dispus sa platesc.

Multumesc.
Eroarea (NOTICE-ul) este clară. Variabila featured_posts nu este definită.