Title: 74gee's Replies | WordPress.org

---

# 74gee

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to remove credit in wp themes](https://wordpress.org/support/topic/how-to-remove-credit-in-wp-themes/)
 *  [74gee](https://wordpress.org/support/users/74gee/)
 * (@74gee)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-credit-in-wp-themes/#post-6472969)
 * Just comment out the line:
 *  wp_initialize_the_theme_finish();
 * It’s a shitty theme though, get another one.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove the footer safely?](https://wordpress.org/support/topic/how-to-remove-the-footer-safely/)
 *  [74gee](https://wordpress.org/support/users/74gee/)
 * (@74gee)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-the-footer-safely/#post-6743336)
 * Edit functions.php and comment out the line
 *  wp_initialize_the_theme_finish();
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] Set Center on Markers](https://wordpress.org/support/topic/set-center-on-markers/)
 *  Thread Starter [74gee](https://wordpress.org/support/users/74gee/)
 * (@74gee)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/set-center-on-markers/#post-4881507)
 * Formatting didn’t work I see!
 * The reson for this was to show only the markers in the current category with 
   a small edit to archive.php in my template
 *     ```
       <?
       			$category = $wp->query_vars['bgmp-category'];
       			echo do_shortcode('[bgmp-map categories="'. $category .'"]');
       		?>
       ```
   
 * And this at the end of my template’s functions.php
 * `add_filter('bgmp_map-shortcode-called', '__return_true' );`

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