|  Topic awaiting preservation: Any WP gurus here?  | |
|---|---|
| Author | Thread | 
| Nervous Wreck (II) Inmate From:  |  posted 07-20-2006 04:35 I've got an interesting problem with WordPress that has stumped all the WP experts on their forum. | 
| Bipolar (III) Inmate From: Mpls, MN |  posted 07-20-2006 08:31 Is this  what you are looking for: | 
| Maniac (V) Mad Scientist From: :morF |  posted 07-20-2006 08:33 I would suggest that this could be achieved through smart use of .htaccess.  You set it up so that anything accessed from the site root that is not /blog/ attempts to load the corresponding static page.  You then add in a piece to say that when it tries to load a blank root, it loads the 'home' static page instead.  When it attempts to load something from /blog/ it will load the dynamic blog entry pages.  You may have to create a very large and deeply embedded WordPress plugin to handle all these cases of different page loads, though. | 
| Nervous Wreck (II) Inmate From:  |  posted 07-20-2006 13:44 Hi and thanks. |