Results 1 to 2 of 2

Thread: poster name inside gmap infowindow

  1. #1
    Thread Starter
    Junior Member anto65's Avatar
    Join Date
    Jan 2011
    Location
    Italy
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question poster name inside gmap infowindow

    hi, i'd like to display also the poster name inside G Map infowindow, this is the code inside the sidebar-gmap.php page:

    <?php
    // check to see if ad is legacy or not and then assemble the map address
    if ( get_post_meta($post->ID, 'location', true) )
    $make_address = get_post_meta($post->ID, 'location', true);
    else
    $make_address = get_post_meta($post->ID, 'cp_street', true) . '&nbsp;' . get_post_meta($post->ID, 'cp_city', true) . '&nbsp;' . get_post_meta($post->ID, 'cp_state', true) . '&nbsp;' . get_post_meta($post->ID, 'cp_zipcode', true);
    ?>
    Do you have any suggestion? Thank you

    Tony

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,700
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Make G Map infowindow appear on click, not automatically
    By altor25 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 18th, 2011, 09:01 AM
  2. GMAP - problem with map center
    By sowhatdesigns in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: July 1st, 2011, 08:42 PM