Basically, it's the same. There are five main steps need to be done:
- Get a geo-tag
- Put the geo-tag on our blog's template
- Register our geo-tag to BlogMap
- Get the script to display the BlogMap
- Insert the script into our blog's template
For step (2), the geo-tag needs to be inserted into the header of our blog. Therefore, in Wordpress, we usually need to edit the header.php file on our Wordpress theme's directory. The geo-tag should be inserted between the <head> and </head> lines, anywhere between the lines. I would suggest that you can put the geo-tag just after the <head> line, before the <title> line.
For step (5), we usually put the geo-tag script on the side bar. Therefore, the template file we need to edit is sidebar.php, the same file we need to edit when we need to insert our shoutbox, or any other banner we want to put on the side bar.
In Wordpress, we will see the change immediately after we edit the template files. Therefore, we don't need to do another "republish" like in Blogger after we edit the template files.
You can read this article to see more details about the other steps on how to create BlogMap in our blog. Do have a try! :)
[Indonesian version]
No comments:
Post a Comment