html - How to link to a wordpress blog from a static page in a single host computer? -


i have introduction page totally html , blog based on wordpress. aim link log static page , vice versa. possible host both of pages ina single host linking each other. if is, how?

yes; if you're using apache, can set html page served default using .htaccess:

directoryindex index.html index.php 

will ensure html file read before wordpress's index.php. in html file can add simple link, , in wp can add arbitrary urls using custom menus, enable link introduction page.


Comments