hi there, usually I create 2 static pages in my wordpress blog like "about" and "contact" and It link will be display on menu usually on header. So now I want to creat 1 static pages like"privacy policy", but I don't like it to display in menu, but I want to display "privacy policy" link on footer, what can I do for this... thanks
I haven't tried this, but it should work. There's a plugin called page links manager that will hide the link on the menu bar. Then you could try adding the privacy page by hard coding it into your footer template (footer.php) just use the full url (http://yourdomain .com/privacy.php). If you have trouble with HTML code just create a link in WP HTML mode and use that.
If I make privacy.php into my template .... can google robot will crawl that? I use google xml generator to make sitemap! thanks