Integrating Static pages with WordPress
-
I’m building a WordPress front-end for a client.
The bulk of the site is static pages (generated outside WordPress) to which we’ve added:
<?php include('wp-blog-header.php'); ?> <?php get_header(); ?>at the top and
<?php get_footer(); ?>
at the bottom.I am using Headway Themes (have posted this in their forum too: http://support.headwaythemes.com/showthread.php?p=17332#post17332
The issues I’m having are that these pages are outside WordPress and therefore are mapping to the 404 page layout and fall outside the SEO capabilities & breadcrumbs.
Any recommendations on how to map these pages to a layout/structure that WordPress can use/understand?
Thanks!
–JaimeOh, the site is temporarily at http://beezidreports.com/wordpress and “Top Items” is a custom menu item linking to one of the static pages.
The topic ‘Integrating Static pages with WordPress’ is closed to new replies.