Remove 'location' word

Home Forums MapPress Support Remove 'location' word

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11693
    bobby
    Participant

    Wondering if its possible to remove the word location? (assuming then that the whole area where the location word is will also dissappear?) which is located right under the map and above the address.

     

    Thanks.

    #11700
    Chris
    Keymaster

    Hi,

    Yes, it’s possible.  You just need to modify the ‘map_poi_list’ template file – three’s an overview of how to modify the template files in the documentation.

    I think it should work if you just remove this section:

     <thead>
      <tr>
       <th></th>
       <th><?php _e('Location', 'mappress');?></th>
      </tr>
     </thead>
    #11707
    bobby
    Participant

    Thankyou for your prompt response.

     

    I had no problems doing that, it worked!

    Cheers.

     

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.