=== Display Posts Shortcode, Current Page Custom Field Add-On === Contributors: itamaro Tags: display, list, page, pages, posts, query, shortcode Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AXPTQUWH26Y5A&lc=IL&item_name=ItamarO%20%40%20The%20Ostrich&item_number=itamaro%2ethe%2eostrich¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Requires at least: 3.0 Tested up to: 4.0 Stable tag: master License: Apache License, Version 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 Convert "current" as the current page ID when using the display posts shortcode to query custom fields. == Description == Usage: When using the display-posts shortcode plugin with the `meta_key="custom_field_name"` and `meta_value="current"` to list all posts that have the ID of the current page as the value of the specified custom field, add the `meta_is_id="true"` to convert "current" to the correct ID. == Installation == Just drop the plugin in the plugins directory and activate.