L
LinuxBot
Hola por solo funciona en mi localhost ? que esta mal?
<?php $my_query = new WP_Query('meta_value='.get_search_query()); if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>
<?php $my_query = new WP_Query('meta_value='.get_search_query()); if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>