Changeset 1129481
- Timestamp:
- 04/07/2015 11:13:56 AM (11 years ago)
- File:
-
- 1 edited
-
all-inclusive/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-inclusive/trunk/readme.txt
r662436 r1129481 1 === All Inclusive ===1 === All Inclusive === 2 2 Plugin Name: All Inclusive accelerator 3 3 Contributors: stur, Y.Stepanov … … 31 31 So everything just gets in the cache and subsequent calls get_post_meta will derive value from the cache. The rest is a matter of technique – the data must be carefully arranged, not mixing anything up. All meta fields are added to the $post->meta array, and files into an $post->files array and files are immediately sorted by number order (when downloading it, you can specify the sort order). 32 32 In addition, for each file, if it is an image, the full path to the thumbnails is calculated: small (thumbnail), average (medium) and the complete picture (full). 33 34 = WordPres 4: = 35 The default filter is only connected to the main query using is_main_query(). 36 Does not work in is_admin() or is_page(). 33 37 34 38 [Home page](http://www.wp.od.ua/en/?p=4#Works) … … 74 78 = 1.0.6 = 75 79 Works with Wordpress 3.5 80 = 1.0.7 = 81 Works with Wordpress 4. The default filter is only connected to the main query using is_main_query(). 76 82 77 83 == A brief Markdown Example ==
Note: See TracChangeset
for help on using the changeset viewer.