The wp-head tag has no wiki summary.
-1
votes
1answer
160 views
Adding a wp_head hook from an included PHP file
I am using a WordPress plugin for including PHP code within posts and pages, and it's working great - however, I need to insert some styles and scripts, and in order to do that, I need to add a hook ...
-1
votes
1answer
117 views
Background of default template showing instead of the background of custom page template
Plugins were not working for my custom page template, found out that I needed to put WP_head() and WP_footer(), so did that and the plugins started to work. But now the background changed to that of ...
-3
votes
1answer
81 views
wordpress header code plugin [closed]
can anyone tell me how can i add a code to head.php of the theme via a plugin ?
What is the command for it? code to head.php of the theme via a plugin i want to add some external .css file in it?
-5
votes
0answers
22 views
Change the contents of the <head> tag for the free version of WordPress [closed]
How can I change the contents of the <head> tag with the FREE version of WordPress?
As of now, all I see for "header" is changing the top banner.
Thanks!