hi i want to use the css and jquery in my plugin. how i can do this?.
I register those files but i can't able to link with my plugin.
hi i want to use the css and jquery in my plugin. how i can do this?.
I register those files but i can't able to link with my plugin.
Registering a file doesn't load the file on the site. It just puts the file in a kind of 'holding tank' and makes it available with a convenient short name. To load the file you need to enqueue it-- see wp_engueue_script and wp_enqueue_style.
However, I'm not sure what you mean by "...can't able to link with my plugin". That sounds like you are doing something other than loading styles and scripts.
Thanks for the reply i solved my issue
This topic has been closed to new replies.