Title: feedgeorge's Replies | WordPress.org

---

# feedgeorge

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Augmented Reality Plugin] What is that EXPORT POI Button?](https://wordpress.org/support/topic/what-is-that-export-poi-button/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/what-is-that-export-poi-button/#post-3477779)
 * Hi,
 * We have updated the plugin with some fixes 3 days ago. Please download the latest
   version from the plugin directory and let us know if your problem is fixed.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] How add image to marker on the map](https://wordpress.org/support/topic/how-add-image-to-marker-on-the-map/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/how-add-image-to-marker-on-the-map/#post-3178095)
 * Hi
 * Sorry for delay.
 * You should use “_get\_the\_post\_thumbnail($post->ID, ‘thumbnail’)_” instead 
   of “_the\_post\_thumbnail(‘thumbnail’)_“
 * Please try again 🙂
 * Thank you for your support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] [Plugin: Feedgeorge WordPress Plugin] custom page for aggregated map](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/#post-2806008)
 * In custom page template, Please try the way as example below:-
 * <?php query_posts(array( ‘post_type’ => ‘post’ )); ?>
 * <?php show_fgeorge_map(180); ?>
    <?php if (have_posts()) : while (have_posts()):
   the_post(); ?> <div class=”post” id=”post-<?php the_ID(); ?>”> <h1><?php the_title();?
   ></h1> <?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’);?
   > <?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’
   => ‘number’)); ?> <?php edit_post_link(‘Edit this entry’, ‘<p>’, ‘</p>’); ?> 
   </div>
 * <?php endwhile; endif; wp_reset_query(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] [Plugin: Feedgeorge WordPress Plugin] Layar POI Map on Custom Post Types](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-layar-poi-map-on-custom-post-types/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-layar-poi-map-on-custom-post-types/#post-2851754)
 * Hi.
 * Sorry for delay.
    Currently our plugin not support for custom post type yet. 
   But will add it in next version of plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] [Plugin: Feedgeorge WordPress Plugin] custom page for aggregated map](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/#post-2806006)
 * Do you include the looping post code like index page in your custom page template?
   
   Example: <?php while ( have_posts() ) : the_post(); ?> <h2><?php the_title() ?
   ></h2> ……. <?php endwhile; ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] [Plugin: Feedgeorge WordPress Plugin] custom page for aggregated map](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-custom-page-for-aggregated-map/#post-2806001)
 * Hi
 * Sorry for late reply. Thank you for our plugin.
 * For work at custom pages, you have to modify some coding in our plugin because
   of map show only at home or index page. Please try to following steps below:
   –
   Go to the plugin directory ( wp-content/plugins/feedgeorge_wordpress_plugin) –
   go to “includes” directory and look for the file called classes.php – Edit the
   classes.php, search the function the_title() and the function load_script() –
   Remove code is_home() (in line 148 ) – and remove code “if (is_home())” ( in 
   line 433) – copy the code <?php show_fgeorge_map([height]); ?> to custom page
   template.
 * Please try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Augmented Reality Plugin] [Plugin: Feedgeorge Augmented Reality Plugin] Is anyone monitoring this forum?](https://wordpress.org/support/topic/plugin-feedgeorge-augmented-reality-plugin-is-anyone-monitoring-this-forum/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-augmented-reality-plugin-is-anyone-monitoring-this-forum/#post-3081936)
 * Thanks for supporting the plugin. Please notice that Layar has revised its pricing
   in August 2012, check it out [here](http://www.layar.com/pricing/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FeedGeorge API not updating](https://wordpress.org/support/topic/feedgeorge-api-not-updating/)
 *  [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/feedgeorge-api-not-updating/#post-2487789)
 * I have checked already. The key actually had stored in database. There was bug
   in the option form template. Just made the key cannot display in option page.
 * The fixing will be in next version, but may take time.
 * If you’re developer, for quick fix, please go and edit the file as below
    feedgeorge-
   wordpress-plugin/themes/config_form.php
 * Please go to line 11 and line 24, and look for variable below:
    **$fgeo_options[‘
   Feedgeorge_key’]** then please change to **$fgeo_options[‘feedgeorge_key’]** 
   Save the file. The key should display.
 * Please try out. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feedgeorge Wordpress Plugin] [Plugin: FeedGeorge WordPress Plugin] Is there any help for this plugin?](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-is-there-any-help-for-this-plugin/)
 *  Plugin Author [feedgeorge](https://wordpress.org/support/users/feedgeorge/)
 * (@feedgeorge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-feedgeorge-wordpress-plugin-is-there-any-help-for-this-plugin/#post-2271862)
 * Did you sign up and get api key at feedgeorge site?

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