issues with custom theme

[ad_1]

so i built a website in static html and now it seems that i will need to use a CMS to fit our needs.

i created a custom theme where i copied over the code from the files. on the index or main page i cloned everything as that page won’t need much change anyways. for the other pages i use the
header.php and footer.php. i want the page to use the header and footer and then use the online wordpress designer to design each page. for this i created

xy-site.php

in this php is only :

<?php get_header(); ?>

<?php get_footer(); ?>

i thought that with this, i could just go to the wordpress designer and then design the actual “middle section” of the page while the header and footer are from my static website. However i can add as much content in the designer as i want, the page will still show only the header and the footer, is there any solution to this ? any help would be appreciated

[ad_2]
1 Comment
  1. You’re missing the_content(); to get the page builder content. If you have the theme under version control DM and I’ll give you my git user to add. We can get it going 🙂

    You do have single.php, page.php and index.php at least in your theme right? And from-page.php for your homepage template?

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer