• 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)
  • 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.