Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$4
Putting Javascript in wordpress page
( http://ddmulch.danddmulchandlandscape.com/index.php/calculator.html ) <-- This is the example of what it should look like when finished but on my site. I have retained the code from the owner of this site and have permission to use it I just can't get it working.
lakeeri7 | 03/15/11 at 6:10pm
Edit
Tutorial: How to assign prize money
(4) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
03/15/11
7:40pmDenzel Chia says:Hi,
You can contact me on email[at]denzeldesigns.com
My current rate is USD$30 per hour.
If it is simple, I can get it done within two hours of work.
Thanks.
Denzel -

Last edited:
03/16/11
1:10amHameedullah Khan says:Hello,
I will charge you $15 per hour and can do it in 1 hour.
Thanks,
Hameedullah Khan. -

Last edited:
03/16/11
2:09am -

Last edited:
03/16/11
4:13amLuis Giménez says:To include your javascript files only in certain pages you can put in your functions.php something like:
<?php
// $page = Page ID, Page Title or Page Slug
if (is_page($page))
{
// More info bout this function: http://codex.wordpress.org/Function_Reference/wp_enqueue_script
wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer );
}
?>
This would be the way to go with wordpress.
This question has expired.
Current status of this question: Community pot
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
