Title: spucktier's Replies | WordPress.org

---

# spucktier

  [  ](https://wordpress.org/support/users/spucktier/)

 *   [Profile](https://wordpress.org/support/users/spucktier/)
 *   [Topics Started](https://wordpress.org/support/users/spucktier/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spucktier/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spucktier/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spucktier/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spucktier/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spucktier/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [require_once called by wp_head?](https://wordpress.org/support/topic/require_once-called-by-wp_head/)
 *  Thread Starter [spucktier](https://wordpress.org/support/users/spucktier/)
 * (@spucktier)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/require_once-called-by-wp_head/#post-684926)
 * It’s located in the same directory as the pluginfile and I was stupid 🙂
    Running
   with the full path to the file works great, however that’s just for testing. 
   I also had `allow_url_include=Off` which led to the initial errors. This is how
   it looks now: ` function wp_compressor_header() { require_once('http://www.bastelbude.
   com/wp-content/plugins/wp_compressor/class.compressor.php'); $compressor = new
   compressor('css,javascript,page'); }  however, I get an error that tells me the
   class “compressor” can’t be found. This is what the head of the class in the 
   second php file looks like:  class compressor {
 *  /**
    * Constructor * Sets the options and defines the gzip headers **/ function
   compressor($options=null) { [...]
 * and I get:
    `Fatal error: Class 'compressor' not found in [...]/wp_compressor.
   php on line 56` which is: `$compressor = new compressor('css,javascript,page');`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [umlaut-042 plugin still necessary for WordPress 2.3 ?](https://wordpress.org/support/topic/umlaut-042-plugin-still-necessary-for-wordpress-23/)
 *  [spucktier](https://wordpress.org/support/users/spucktier/)
 * (@spucktier)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/umlaut-042-plugin-still-necessary-for-wordpress-23/#post-659594)
 * The clean umlaut plugin from otaku42 converts the special german characters (
   ä,ö,ü etc.) into the “internationally usable” form (ä = ae, ö = oe, ü = ue)
    
   [http://otaku42.de/2005/06/30/plugin-o42-clean-umlauts/](http://otaku42.de/2005/06/30/plugin-o42-clean-umlauts/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only Main Category Posts On Main Page of Blog](https://wordpress.org/support/topic/only-main-category-posts-on-main-page-of-blog/)
 *  [spucktier](https://wordpress.org/support/users/spucktier/)
 * (@spucktier)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/only-main-category-posts-on-main-page-of-blog/#post-504052)
 * hey there,
 * there are many different plugins to mimic such a behaviour but i found this neat
   plugin:
    [Front Page Categories”](http://dev.wp-plugins.org/browser/front-page-cats/trunk)
 * put the php file in your plugin directory and modify it upon your needs:
    ` //
   Change this to the categories you want to show on the front page. // Example:
   $cats_to_show = '1 2 3 4'; $cats_to_show = '1 3 5 6 7 8 9 10';
 * it’s really great and a shame it’s not included in wp 🙂
 * p.s.: if you like the plugin, voice your opinion: [http://wordpress.org/extend/ideas/topic.php?id=214 ](http://wordpress.org/extend/ideas/topic.php?id=214)
   🙂

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