Bu HTML yankı vermez neden merak ediyorum; SO yankı ve baskı ile yapmak zorunda diğer soruları perused ettik.
Dizesinde döngü iken, PHP olmalı ama ben çift tırnak kaçtı ettik. Bir şey daha karmaşık oluyor, yani hata var "class WP-Sorgu Nesne dizeye dönüştürülür olamazdı."
Ben PHP echo çalışırken çok basit davranıyor muyum?
Edited for some formatting (which didn't want to work at first).
And, what I need to do is echo the HTML that is generated by the query loop, because that's the link to the wordpress post.
<?php $d=date("D"); if (in_array($d, array('Thu','Fri','Sat','Sun')))
echo "The latest post for Thursday, Friday, Saturday, Sunday:
<?php $my_query = new WP_Query('category_name=posts&showposts=1'); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<a href=\"<?php the_permalink() ?>\" rel=\"bookmark\"><?php the_title(); ?></a>.
<?php endwhile; ?>" ;?>
'Tanklar, Mark