Tagged Questions
0
votes
2answers
241 views
thickbox never gets called (weird behavior)
I have the exact same files (except for wp-config) running on a local server and a test server, and in my functions.php I have this:
function len_scripts() {
if (!is_admin()):
...
3
votes
2answers
1k views
Adding jquery and thickbox to wordpress theme
I would like to add thickbox for the template which I develop to wordpres. At this time I'm trying with a clean template that have only header.php footer.php index.php and functions.php
I've included ...