A lot of times you want to show entry information in your template but don't want to use {exp:weblog:entries} twice. Or you have a sub-template and you only want to show 1 field of an entry and don't want to use the heavy {exp:weblog:entries} tag again.
The Entrydata plugin allows you to fetch entry information with far less queries (sometime even 1) then {exp:weblog:entries}, since it will only fetch the information you need.
Features
- Get a custom field without (exp:weblog:entries), and with far less queries.
- Ability to get the FORMATTED or the RAW field (raw=unprocessed)
- Ability to choose between Field Formats
- Ability to get entry title (with only 1 query) // good for Page titles
- Ability to get rows from exp_weblog_titles
Changelog
Version: 1.1.0
- Fixed a looping bug (function re-declared)
- Fixed ee_code being left out from the output
- Global variables are now parsed & added exp:entrydata:info (get one of the columns from exp_weblog_titles)
Version: 0.6.0 // Downloads: 96
-Added entry_date & edit_date retrieval functionality
Version: 0.4.0 // Downloads: 36
- Added url_title retrieval functionality
Version: 0.3.0 // Downloads: 28
- Added title retrieval functionality
Version: 0.2.0 // Downloads: 17
- Bug fix in entry_id parameter
Version: 0.1.0 // Downloads: 34
- First Release
