WordPress Themes
WordPress uses Themes to create the layout of your pages and to make your site look pretty. There are a lot of features in each Template that are there to Blog, which of course makes sense….
But you want your Website to be as clean as possible without traces of Blogging.
There are a few files you have to change to get a more static site and I will talk you through the changes.
Please don’t make these changes if you want a Blogpage integrated into your WordPress website!!
Some Knowledge of file editing should make this a lot easier, but most of it can be done via the Theme editor within the WordPress Administrator Panel.
I will also make your live a little easier by pointing out a few allready Search Engine Optimized WordPress Themes.
You will also find some sample page headers to use or modify for your own Website.
So what to change in you WordPress themes?
- Remove all references to Author, Date and Time of posting and possibility to comment, mostly this will show up with coding like:
<h5>by <?php the_author(‘nickname’); ?> on <?php the_time(‘F jS, Y’) ?><!– by <?php the_author() ?> –> · <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></h5>
You have to hunt done these lines in all your template .php files. start with the index.php, page.php and single.php files.
If you cleaned that files, you will have about 90% of the template done.
Some templates come with a seperate template file for a Blog page, in that case you can keep the mentioned items in that page.



