The footer tag has no wiki summary.
0
votes
1answer
259 views
Hook for plugin to insert into entry-meta
pretty simple. I'm creating a plugin and I want to dynamically insert some text that will change every hour into the line that is directly below the title of a post (So filters are no good). It's the ...
1
vote
1answer
290 views
javascript conflict
I am having a JavaScript which is used for marquee, I want to use this in my wordpress site.
But this java script is conflicting with my wordpress, I am using this in footer, but just the div area is ...
0
votes
1answer
673 views
How can I selectively print scripts to the footer of certain admin pages?
I'm using admin_footer-{$hook_suffix} to selectively print scripts on the new post page and comments page. This hook is depreciated in 3.1.
I see there's an admin_print_scripts-{$hook_suffix} but ...