Static php in Navigation
-
Hello together
I have the followed idea:
In the end i would like to have a Template for a Travel Blog.
Its quite simple. There will be 3 different kind of pages:
-The blog as a Frontpage
-An About us Page
-An Overview of all Pictures shown on a Google Maps depend of the exif geo data. Created by the file “map.php”.What I get:
I created the Template. The styling is ok. The Navigation works. I can create posts and comments. This part was very easy.What i want:
I have a problem with the third page (the map).
There should be a Link in the Navigation, so the User can navigate to the map.
The Page should not be shown as a WordPress “Page”. The user should not have the possibility to change anything.The Html is created by the php file map.php.
The Map is created well. All Picture locations are shown on the map.
(I executed the file separately: http://127.0.0.1/path_to_Wordpress theme/traveltheme/map.php)Whats the right way to implement this site in my template?
Do i have to hardcode the link and add it to the Navigation?Thanks for your help. I hope you have all Informations you need to understand my Project idea.
The topic ‘Static php in Navigation’ is closed to new replies.