The wp-head tag has no wiki summary.
1
vote
2answers
92 views
CSS from textarea in options page to frontend what to do
I have a textarea for small css enhancements on the plugins page i output them directly to the head. My Question is how to sanitize the CSS
i have validation function registered for the options with ...
1
vote
2answers
273 views
wp_head() not including styles and javascripts after a template redirect
I am using the template_redirect action to redirect a user to a custom template which has no header, sidebar or footer (the intent is for it to be in an iframe as a dialog box). After I done the ...
0
votes
1answer
25 views
Post Attachment missing head (stylesheets/js/what-not)
I am using a modified 2011 theme, I got the single post to look fine but my single attachment is not working.
I'm told this will default to the page.php if I do not have an attachment template. So, ...
-1
votes
1answer
118 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 ...
0
votes
0answers
57 views
Why won't the action hook wp_head won't accept parameters?
I'm working on a plugin that adds scripting to the head using
add_action('wp_head',..);
I have to pass a variable to the function to get my desired result. To test this I'm simple "echoing" out the ...
0
votes
0answers
30 views
Removing “Blog Archive” from Headline when posting to Facebook
I followed some clear instructions about how to remove "Blog Archive" from the title in individual blog posts, yet when I post to Facebook, it's still showing up: (i.e.: The Littlest Winslow --> Blog ...