[Plugin: My Post Order] Not working?
-
Is this correct?
<?php // The Query query_posts('section_name=Home_News'); // The Loop while ( have_posts() ) : the_post(); echo '<a href="'; echo get_permalink(); echo '"><img src="/wordpressX/wp-content/themes/ryanlaw/images/arrow-blue.png" alt="" title="" />'; the_title(); echo '<br style="clear: left; " />'; endwhile; // Reset Query wp_reset_query(); ?>[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘[Plugin: My Post Order] Not working?’ is closed to new replies.