First all I got in the header.php is this
<?php get_header(); ?>
<?php include('templates/page.php'); ?>
<?php get_footer(); ?>
Is that correct?
And how do I remove dates, feedback options and so on on the pages.
I only want the blog page to feature this.
And is there a way to just have links and some graphics in the sidebars, Not the css feeds and north and west things?
So IS there a way to remove the dynamic content of the pages and the sidebar?
ClaytonJames
Member
Posted 3 years ago #
About INove theme and changing it to a static site
Unless I misunderstand, I think what you are attempting to do is convert a WordPress theme to an html template. The only helpful answer to this question is that you must have at least a rudimentary understanding of (x)html and css to do so. It is not just a simple matter of deleting the php content.
No, I ment how to remove the feedback features on pages, and also how to remove the bits in the sidebar.
I also tried to modyfi the bg, but failed.