Hello!
Could someone please let me know if it is possible to run/execute a PHP script with AJAX from within the template? If the answer is yes - some directions would be very much appreciated!
Thank you!
Hello!
Could someone please let me know if it is possible to run/execute a PHP script with AJAX from within the template? If the answer is yes - some directions would be very much appreciated!
Thank you!
Hey,
yes - you can execute php code (within the content) with plugins like: http://wordpress.org/extend/plugins/shortcode-exec-php/ or http://wordpress.org/extend/plugins/wp-exec-php/
You can also insert javascript/ajax code in the content but you need a "raw text shortcode" like: http://www.wprecipes.com/disable-wordpress-automatic-formatting-on-posts-using-a-shortcode
Thank you !!!! you are the best support ever
Glad that I could help you :)
You must log in to post.