Hi
Hope you can help
How can I write a html/css/php (whatever will work) that can be referenced by every page. I have written my own html file "cfields".
This is in my page template
<?php include("cfields.html"); ?>
cfields.html
<html>
<head>
</head>
<p>Score: </p>[cf]score[/cf]
</html>
It gives:
Score:
[cf]score[/cf]
Where am I going wrong.
cheers
http://wordpress.org/extend/plugins/custom-fields-shortcode/