Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well hey! Casper, you’re the man! I plugged in your gist and now publishing a post from Press This defaults to the link category and post type. Thanks so incredibly much for sharing this! I now feel empowered to share way more on my blog than I was before. Thanks a million.

    remove_action('wp_head', 'wp_generator');

    This code worked for me. I placed it inside my theme’s functions.php file. The same method works for removing other actions, such as

    remove_action('wp_head', 'wlwmanifest_link');
    remove_action('wp_head', 'locale_stylesheet');
    etc

    brad_frost

    (@brad_frost)

    I’m also having the same problems as chromezen. I went through and can’t find what’s controlling the bright red text. I’ve removed every instance of “color:red” in the JS files and looked for any hex codes, but no dice. Removing ALL the CSS does not affect the red text. What is controlling this?

Viewing 3 replies - 1 through 3 (of 3 total)