Title: guta's Replies | WordPress.org

---

# guta

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Where i put my Google maps Code in wordpress?](https://wordpress.org/support/topic/where-i-put-my-google-maps-code-in-wordpress/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/where-i-put-my-google-maps-code-in-wordpress/#post-710952)
 * I have it!
 * I just copy another template and modified it like says here:
    [http://codex.wordpress.org/Pages#Page_Templates](http://codex.wordpress.org/Pages#Page_Templates)
 * Something like this:
 *     ```
       <?php
       /*
       Template Name: Localizator
       */
       ?>
       <?php get_header();?>
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml">
         <head>
           <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
           <title>Google Maps JavaScript API Example</title>
       ```
   
 * etc, etc
 * I mark it as solved
    Best regards
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to configure google maps in wordpress?](https://wordpress.org/support/topic/how-to-configure-google-maps-in-wordpress/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-to-configure-google-maps-in-wordpress/#post-710951)
 * Ok I have it!
    Thank you,thenk you very much.
 * I just copy another template and modified it like:
 *     ```
       <?php
       /*
       Template Name: Localizator
       */
       ?>
       <?php get_header();?>
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml">
         <head>
           <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
           <title>Google Maps JavaScript API Example</title>
       ```
   
 * etc, etc
 * I mark it as solved
    Best regards
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to configure google maps in wordpress?](https://wordpress.org/support/topic/how-to-configure-google-maps-in-wordpress/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/how-to-configure-google-maps-in-wordpress/#post-710946)
 * Ok i understand, but it seems that i can’t mix html code with php code as wordpress
   do.
    For example. I have created one new Page template copying contact.php to
   maps.php wich looks like this:
 *     ```
       <?php
       /*
       Template Name: Localizator
       */
       $cp_question = "6+3 = ?";
       $cp_answer = "9";
       ?>
       <?php get_header(); ?>
               <div id="content">
               <div id="content-main">
   
               <?php if (have_posts()) : ?>
                               <?php while (have_posts()) : the_post(); ?>
                                       <div class="post">
                                       <?php
                                               //validate email adress
                                               function is_valid_email($email)
                                               {
                                                       return (eregi ("^([a-z0-9_]|\\-|\\.)+@(([a-z0-9_]|\\-)+\\.)+[a-z]{2,4}$"\
       , $email));
       ```
   
 * etc, etc
 * But if i put the html code anywhere it does not work. It says error in line x
   
   So. where must i put my html googlemaps code? How can i put this code in contact.
   php for example?
 * Thank you very much and excuses my newbie questions. I am sys admin and Webmasters
   world is very dificult…
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Where i put my Google maps Code in wordpress?](https://wordpress.org/support/topic/where-i-put-my-google-maps-code-in-wordpress/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/where-i-put-my-google-maps-code-in-wordpress/#post-710922)
 * Sorry, after reading my post i understand that the question is so simple as:
 * How i insert HTML code (with some javascript) in one page in wordpress?
 * Thank you again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Attach or link one file (one movie)](https://wordpress.org/support/topic/attach-or-link-one-file-one-movie/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/attach-or-link-one-file-one-movie/#post-695265)
 * Yes of course… I dont know wath i was thinking about…
    Thank you
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [define (‘WPLANG’, ‘nl_NL’); doesn’t work](https://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work/)
 *  [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work/#post-657023)
 * I confirm that it worked for me to in one 64bits server (debian amd64) to set
   it to spanish.
 * Thank you!…because i was going crazy
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Imposible to set to spanish language](https://wordpress.org/support/topic/imposible-to-set-to-spanish-language/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/imposible-to-set-to-spanish-language/#post-689910)
 * YES yes, yes!
    I have ine 64bits distro
 * Now it works
    Thank you very much!!
 * If someonelese happens:
    [http://wordpress.org/support/topic/144503?replies=8](http://wordpress.org/support/topic/144503?replies=8).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Set Language in worpress instaled in Debian](https://wordpress.org/support/topic/set-language-in-worpress-instaled-in-debian/)
 *  Thread Starter [guta](https://wordpress.org/support/users/guta/)
 * (@guta)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/set-language-in-worpress-instaled-in-debian/#post-684128)
 * Yes, i put straight quotes
    define(‘WPLANG’, ‘es_ES’); But still not working 
   🙁
 * Where i can define it?

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