Lyza Loop
Quickly code custom loops with re-usable templates and useful variables. Easier custom loops for theme developers.
Maintenance 20/1005874d since update
Active installs
0
Downloads
1,588
Reviews
0
Age
16.1y
Tagsthemetemplatecmsdeveloperloopcustom loopquery_posts
Plugin info
Total downloads: 1,588
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/2/2009 (5874 days ago)
Added to WordPress: 11/13/2009 (16 years old)
Minimum WordPress version: 2.8.4
Tested up to WordPress version: 2.8.5
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5874 days ago
20/100
Is Lyza Loop abandoned?
Possibly abandoned (last update 5874 days ago).
Compatibility
Requires WordPress: 2.8.4
Tested up to: 2.8.5
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
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:
- Finding posts (or pages): extending
query_posts()—lyza_loop()takes any argument WordPress’ own query_posts() takes - 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
Installation
Please note: This plugin requires PHP 5–it uses some of PHP’s better object-oriented programming support introduced in PHP 5. If there is great hue and cry, I might consider making it PHP 4 compatible.
- Unzip, then upload the
lyza-loopdirectory to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Update defaults on the Settings -> Lyza Loop screen, if desired.
- See Lyza Loop documentation to get started quickly!
Frequently Asked Questions
Please see the Lyza Loop FAQ page!
Review feed
No reviews available
Changelog
0.3
- Added configuration option for suppressing sticky posts.
- Added code to set
$wp_query->in_the_looptotrueduringlyza_loop()processing.
0.2
- Fixed a couple of typos in the constructor function.
- Fixed bug in which
post__not_inargument could get ignored ifexclude_repeatsis set to true (or the plugin is configured to exclude repeats by default). - Updated to handle sticky tags appropriately (i.e. not return them at the top of every query).
0.1
- Initial release.

