Theme Editor experts help needed
-
Hi all, i am trying to create a big google map on my WordPress powered site but the theme i am using do not have a “pre installed” template page. i tried eidting them but it’s to no success yet.
The map page is @ https://tinyurl.com/5wxkyx
i am using this theme, have emailed the author hoping for help but i guess they don’t like people editing nor advising on editing their themes. i am not trying to remove any copyrightmessages as many people are doing, i hope to keep the message and link to the authors’;s site for such a great theme, i just hope to display the map on a page, big in size, without side bar and hopfully take up the whole screen, allow the comment block and google map plugin will work.
i am using this theme https://www.jide.fr/francais/telechargements/theme-freshy-2/
i am using this Google Map plugin – https://avi.alkalay.net/2006/11/google-maps-plugin-for-wordpress.html
the following creates a blank page instead. What am i missing?
<?php /* Template Name: gmap */ ?> <?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <h2><?php the_title(); ?></h2> <?php the_content(); ?> <?php comments_template(); ?> <?php get_footer(); ?>
i understand i may have to call for core WordPress functions and the Google Map core functions in order for this to work and of course how the theme calls this files. Any guidance will really appreciated.
- The topic ‘Theme Editor experts help needed’ is closed to new replies.