Tag: design
?php wp_footer();? tag missing!!
by mf2 on Sep.08, 2008, under Uncategorized
2 days ago.. i started to mess up with my blog cuz there is sumthing goin wrong after upgrading to wordpress 2.6.1.. my videos especially youtube isnt working like it supposed to be!!!!!! damn.. it only shows up picture instead of the video T_T…
i was like…………………
“ko pe hal bulan2 pose nk wat hal lak ney… nk kena install blk lg ke?”
hohoho.. after checking back on the plugin manual, i found sumthing…
- Your theme could be missing
<?php wp_head();?>inside of it’s<head>which means the required Javascript file can’t automatically be added. If this is the case, you may be get an alert window popping when you attempt to view a post with a video in it (assuming your problem is not also #3). Edit your theme’sheader.phpfile and add it right before</head>- Your theme could be missing
<?php wp_footer();?>inside of it’sfooter.phpfile which means the required Javascript can’t be added. Edit your theme’sfooter.phpfile and add it inside of your footer<div>or whatever. You can also just add it right before</body>if you wish.
finally i found the solution to this sucky thing..
case closed.. next time, read the manuals first…

![[Digg]](http://override182.net/dirtylittlesecret/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://override182.net/dirtylittlesecret/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://override182.net/dirtylittlesecret/wp-content/plugins/bookmarkify/google.png)
![[Technorati]](http://override182.net/dirtylittlesecret/wp-content/plugins/bookmarkify/technorati.png)
![[Email]](http://override182.net/dirtylittlesecret/wp-content/plugins/bookmarkify/email.png)