This plugin is outdated and might not be supported anymore
Lyza Loop

Lyza Loop

Details
View on WordPress

Lyza Loop is a WordPress plugin for theme developers and template-savvy folks that aims to:

  • Dramatically shorten the time required to code custom loops
  • Modularize custom loop markup using what I hope is a straightforward templating process
  • Provide convenient batching variables
  • Respect the context in which the custom loop is called and put everything back the way it was (e.g. global $wp_query and $post objects)
  • Reduce tedious and duplicated code for custom loops

There are two parts to the lyza_loop() function:

  1. Finding posts (or pages): extending query_posts()lyza_loop() takes any argument WordPress’ own query_posts() takes
  2. Rendering relevant posts or pages: using “loop templates.” A loop template is a PHP file with markup (and logic) you’d like to use for each post/page in the loop.

Read more on the plugin home page

Details

Plugin code:
lyza-loop
Plugin version:
0.3
Outdated:
Yes
WP version:
2.8.4 or higher
PHP version:
or higher
Test up to WP version:
2.8.5
Total installations:
0
Last updated:
2009-12-02
Rating:
Times rated:
0
cms
custom-loop
developer
loop
query_posts
template
theme