Title: Removing the loop, possible?
Last modified: August 19, 2016

---

# Removing the loop, possible?

 *  [jgoss](https://wordpress.org/support/users/jgoss/)
 * (@jgoss)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/removing-the-loop-possible/)
 * So, my goal for my CMS is simply to keep track of interesting articles, photographs,
   sketches, etc. Basically, a tool for keeping my bookmarks clean and more visually
   organized.
 * I’ve discovered a wonderful tool for this, available at zootool.com. (not spamming
   purposefully).
 * zootool has two options for integration to your site, a javascript code which
   has a limit of displaying the 10 most recently saved images, sites, etc. The 
   other option is through the use of a wordpress widget, which is much more customizable
   and will allow the 25+ that I’d like to display.
 * Is it possible to remove “the loop” and just use wordpress for its widget?
 * or if there is another possibility to accomplish what I’d like, I’m open for 
   suggestions on how to accomplish that. (pure image blog, links to the original
   site, no text, self creating thumbnails, image tags/categories).
 * —Thanks
    —James

Viewing 1 replies (of 1 total)

 *  [forunner](https://wordpress.org/support/users/forunner/)
 * (@forunner)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/removing-the-loop-possible/#post-1605520)
 * if you don’t want to use the loop, you just have to supress or comment the code:
 *     ```
       while ( have_posts() && $i < $nombre_article ) : the_post() 
   
       //supress or comment everything inside
   
       endwhile; ?>
       ```
   
 * in yout theme ^^

Viewing 1 replies (of 1 total)

The topic ‘Removing the loop, possible?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [forunner](https://wordpress.org/support/users/forunner/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/removing-the-loop-possible/#post-1605520)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
