I have recoded the wp-bown theme. So the style sheets and theme PHP files have be rewritten.
Currently I’m testing wordpress with my altered wp-brown theme.
I have tested my version with several browsers (like IE /Firefox) on different Operation Systems (Windows/Mac). Everything looks ok and all the browsers show the same behaviour.
Does anyone know where I can distribute my modified theme? And are there any guidelines?
Thread Starter
eskape
(@eskape)
I’m sorry… I’ve entered the wrong code…
This is what helps…
<?php comments_template(); ?>
Thanks phunky
Thread Starter
eskape
(@eskape)
In page.php I’ve added the following code:
<?php comments_popup_link('No comments »', '1 Comment »', '% Comments »'); ?>
It does not work…