Tag Info

Hot answers tagged

1

Since previous answers no longer work here in current versions of WordPress and there was a related question which I just answered (April 2013) using a PHP output buffer I figured I'd post a link to that answer. Also just published the Omit Parent Theme Page Templates plugin that filters out all parent theme page templates from the dropdown list of ...


1

I would suggest that you use the AJAX API. This will boot the WordPress Core for you, and provide you with most of the functions you would expect, including the $wpdb global and the WP_Query class. You can also use WordPress' permission system and nonce functions. To make this work, instead of a separate file create a callback function with your script and ...



Only top voted, non community-wiki answers of a minimum length are eligible