Put everything into WordPress. This way, you can search your entire content from the built-in search engine, and you can edit each piece.
If you need pages with special markup create templates for your theme.
Naked Template
<?php
/*
* Template Name: Naked
*
* Thatâs the complete template!
*/
Basic HTML5
<?php
/*
* Template Name: Basic HTML5
*/
?>
<!doctype html>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<title><?php wp_title( '' ); ?></title>
<?php
while ( have_posts() )
{
the_post();
?>
<h1><a href="https://wordpress.stackexchange.com/questions/18080/<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<?php
the_content();
}
Import
To import your old HTML pages use the plugin Import HTML Pages.
Related Posts:
- Editing Complex Pages in Visual Mode
- Add infinite scroll to content splitted post
- Get the content of a specific page (by ID)
- How can I keep the content of my pages version controlled?
- What methods to use to create small, editable pieces of text for static pages?
- Create pages automatically if they don’t exist
- WP Page and Subdirectory with same name
- Change admin startpage to Pages-page?
- Multiple areas of dynamic content in a page
- Different fields in My Profile page depending on user role
- What’s the most minimal way in which a page can be hooked into WP?
- Associate Page with User
- CMS: Making complex pages editable by the end user
- Remove specific page/post from feed
- The entire content of my WordPress page has disappeared
- What is the proper way to get contents of a page?
- Custom page template not working
- Get the Page Content,without generating HTML
- Page displays content from different query?
- Control Content On Non-Blog Pages
- Having wordpress page accesss issue under sub-directory
- How to make my category archive behave like a page
- The concept of non-blog content
- How to detect if is_404() or is_page() or etc…? [closed]
- Redirect page to default subpage
- How can I use “getarchives_where” to get monthly archives for static pages?
- Add a static page that links to homepage
- Create page template with some static contents
- Can I change the “Home” text in the menu?
- Insert menu with a custom walker into page / post body using shortcode?
- If I use a static page-slug.php for a page, is the database still queried?
- How To Render Shortcode In AJAX Response?
- WordPress page not taking precedence over server directory
- append one page content into another
- redirect index.html inside folder to wordpress page of same name
- How to add page content into another page
- Get rid of “comment” field on non-blog pages [duplicate]
- Two different pages that share the same content?
- How do you set the default page in WordPress?
- Custom folder for wordpress page templates
- Pages that don’t look like blog posts?
- upgrade has caused page content to disappear
- After creating a new page, filling the page with structure
- Display a specified content on a Page and all its child pages
- Add the same content to multiple pages
- Problem with deleting a “Page”
- Cannot pull WYSIWYG content
- Share a folder with files
- Editing pages from dashboard
- How do I set content in my pages so that it remains permanent while blog posts are added below?
- What’s the best way to manage sections on a page?
- include exception inside theme for empty widget area
- How to get sort content by page id?
- Have subdirectory name act as $_GET or $_POST data
- Add text to the bottom of particular pages
- Directory location of new page
- How do I make just one of my pages a Blog Page?
- Retrieve page content and pass to PHP?
- pagination does not work with query_posts. Help! [duplicate]
- How to remove title (home) from static page skeleton template
- Multiple WordPress Pages
- How to create an user defined page?
- Load new Posts on Scroll on Page
- Default pages to be unpublished – possible?
- How to remove the trackback and pingback text on the bottom of my pages?
- How to display text of a page in home or custom page?
- Create a plugin to create a new page in wordpress for each time a record is added into the database
- Need pages with same names in multiple subdirectories
- What would causes search to return incorrect results?
- Problems in creating a static site with WordPress
- Creating new page/tab in groups section not working! [closed]
- What is the best practice to localize content? (Geographic not langauge)
- Can I use Pages like a Wiki
- list child-pages as normal pages?
- page template – undefined structure in source code
- Changing permalink of WordPress
- Identify that a page is a grandchild page
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- What’s the section of code (or loop) which retrieves the Page title and description?
- return page name in url
- How to setup a membership system in WordPress?
- Suggestions: Customizable header image and style colors that are different for each page
- Prompting for review / reapproval of page content
- Limit the amount of main pages
- How to show page title with capitalization only as I typed in?
- Set parent page based on custom metabox value
- Add string to page title if post in specific category
- WordPress rewrite rule for specific page and second parametr doesnt work
- products category page editing
- “Can’t update in WordPress”
- Embedding Password Protected (Private) “Blog Posts” BLOCK that shows Images and Excerpts on Password Protected Page (not the home page)
- Change displayed “page name” to distinguish multiple pages with the same title
- How do I disable the built-in editor and automatically configure the properties of new pages?
- Next and Previous Page links based on ‘Order’ attribute
- Page Slug Won’t Change – Can’t Edit Archive Page With Slug or Reassign Slug
- Create multiple pages with tables from json file
- How to make transition slider load before home page
- accessing the Admin page
- Cover block always has margin
- Website jumps to top when scrolling down