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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -