Tagged Questions
0
votes
1answer
299 views
PHP variables in a post?
I'm very new to PHP. On a Wordpress site, I want to use custom Google Maps with the Javascript API V3. Some posts will have maps in them, and I want to use PHP variables to determine the unique ...
2
votes
1answer
382 views
dynamic external javascript generated using php
How to write an external javascript file with dynamic variable values generated using php from wp db values?
So instead of using wp_localize_script for inline js variables, I'd like to use ...