Title: altrd's Replies | WordPress.org

---

# altrd

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: GD Star Rating] What are the php codes to insert manually?](https://wordpress.org/support/topic/plugin-gd-star-rating-what-are-the-php-codes-to-insert-manually/)
 *  [altrd](https://wordpress.org/support/users/altrd/)
 * (@altrd)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-gd-star-rating-what-are-the-php-codes-to-insert-manually/#post-931939)
 * Hi,
 * How do I implement this to my theme manually? What is the PHP code to insert?
   I want the ratings to appear in a certain place within the loop other than the
   default position which is after the post.
 * Sorry I’m not good at PHP. I just want the easy answer. Thanks 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove <meta name=”generator” content=”WordPress 2.5″ />](https://wordpress.org/support/topic/remove-ltmeta-namegenerator-contentwordpress-25-gt/)
 *  [altrd](https://wordpress.org/support/users/altrd/)
 * (@altrd)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-ltmeta-namegenerator-contentwordpress-25-gt/page/2/#post-725471)
 * Found this…
 *     ```
       function rm_generator_filter() { return ''; }
   
       if (function_exists('add_filter')) {
         $types = array('html', 'xhtml', 'atom', 'rss2', /*'rdf',*/ 'comment', 'export');
   
         foreach ($types as $type)
           add_filter('get_the_generator_'.$type, 'rm_generator_filter');
       }
       ```
   
 * More @ [http://www.christianschenk.org/blog/removing-wordpress-generator-meta-tag-completely/comment-page-1/#comment-4917](http://www.christianschenk.org/blog/removing-wordpress-generator-meta-tag-completely/comment-page-1/#comment-4917)

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