• I’m cracking down on site load speeds and the stuff that ins inserted via “<?php wp_head(); ?>” needs to be trimmed down. One thing I’ve never figured out is how to edit what it displays, so I can reduce it as needed.

    I’m looking forward to replies. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter markey101101

    (@markey101101)

    Sorry if I’m not clear..

    What I mean is.. everything this: “<?php wp_head(); ?>” outputs is code I need but what if I don’t want everything it outputs to be output and instead to code it there myself.

    I really hope to get a good reply as I really really need to do this ASAP. thanks.

    Thread Starter markey101101

    (@markey101101)

    Please people.. I can’t find this answer anywhere else.

    Things like sociable stylesheet and javascript are out put by this PHP call.. I would really love it not to be this way and instead I get to choose what it outputs..

    As it causes lots of unecessary CSS and Javascrip requests that I could effectively combine if I knew how to do this.

    Thanks.

    Thread Starter markey101101

    (@markey101101)

    PLEASE Can some WP Wizard respond to this. I’m on a tight schedule and really really need to get this looked at. Thanks.

    Mandy

    (@mafalda1426)

    Hi markey,
    you can use this plugin:
    http://wordpress.org/extend/plugins/head-cleaner/
    it lets you edit the output of the wp_head() function.

    to edit it manually, check out this post:
    http://wordpress.org/support/topic/248927?replies=2

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Inside “<?php wp_head(); ?>” Can I Edit What it Displays?’ is closed to new replies.