Posts Tagged “WordPress”

I am not sure I could ask for a better windows blog writing application. Appears to work seamlessly, sometimes Microsoft just do things right!

hurrah!

Test image insertion:

victory

Test hyperlink:

Test URL

Brilliant!

Tags: ,

Comments No Comments »

After a quick google the solution is simple:
In your theme folder edit the page.php and place:

<?php comments_template(); ?>

in between:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

———————

<?php endwhile; endif; ?>

Tags: , , , ,

Comments No Comments »