What’s The Best Way to Approach a Static .html Home Page?
-
I’m mostly unfamiliar with WordPress and so there may be a better way to accomplish what I am trying to do…
I put up a WordPress site for my wife and she requested a static home page to freeze certain content on the front. I uploaded an index.html page in the root level of her site so whenever anyone goes to the domain they land on this page. It looked like all was well until she wrote an article and wanted to preview it. Her preview simply goes to the index.html page.
The URL example is like this:
I can preview the post by putting the index.php for a post preview like this:
https://exampledomain.com/index.php?p=359&preview=true
There is probably a better way to sort this out. Is there is a way to force a single post to remain in the top position of the blog page? That would satisfy her blog requirement right now. Or is there a simple fix for the URL to resolve to the proper URL (index.php) when one has an index.html page?
Thanks in advance for suggestions.
- The topic ‘What’s The Best Way to Approach a Static .html Home Page?’ is closed to new replies.