Title: permalink in query
Last modified: August 20, 2016

---

# permalink in query

 *  [bjornesjo](https://wordpress.org/support/users/bjornesjo/)
 * (@bjornesjo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/permalink-in-query/)
 * how do I add links to the post in the loop?
 *     ```
       <?php
   
       // The Query
       $the_query = new WP_Query( 'category_name=Pizza' );
   
       // The Loop
       while ( $the_query->have_posts() ) : $the_query->the_post();
       	echo '<li>';
       	echo the_title();
       	echo '<br>';
       	echo the_post_thumbnail('thumbnail');
       	echo '</li>';
       endwhile;
   
       // Reset Post Data
       wp_reset_postdata();
   
       ?>
       ```
   

The topic ‘permalink in query’ is closed to new replies.

## Tags

 * [loop](https://wordpress.org/support/topic-tag/loop/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [query](https://wordpress.org/support/topic-tag/query/)
 * [while](https://wordpress.org/support/topic-tag/while/)

 * 0 replies
 * 1 participant
 * Last reply from: [bjornesjo](https://wordpress.org/support/users/bjornesjo/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/permalink-in-query/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
