Now working!
Using text in the template did finally work … after a delay, despite reloading the page.
Go figure!
I cannot get this to work! I have a template called t-travel.php, and used that as template for the travel page.
I have tried the following ways to show some static text:
1. text in the template below the header & above the loop
2. creating a sticky post
3. calling a specific post below the header & above the loop
– <?php query_posts(‘p=695’); ?>
4. echo the category decsription – <?php echo category_description(); ?>
none of these methods worked!
I’m tearing my hair out! Does anyone have other ideas?
Thanks
Rob