go41

the info you need to know


von Joern
Keine Kommentare

looking at the code again I think you get the matches after preg_match so you could try this by putting "$image_src = ..." below preg_match_allThe line with the comment ($image_src = '';) might help, try without this line first....$the_content = $wpdb->get_var("SELECT post_content FROM $wpdb->posts WHERE ID = $id");$home = get_option('home');$pattern…