You say the content is the same for both links, but if you edit the content it is different – not sure what you mean.
If you edit the post do both pages alter? That is the links given above both link with the new words to the page? Is your theme special for your site?
At a rough guess looking at the basic page source it would seem that the contents of the post are not being pulled up, but the title is in the rotating banner.
I noticed that there are one or two other issues that may be relevant. For example – on the home page the ‘Latest news’ stops scrolling unless you hover over one of the menu items.
does you theme have a single.php?
try and put a wp_reset_query(); before the beginning of the loop in single.php;
http://codex.ww.wp.xz.cn/Function_Reference/wp_reset_query
the post always shown is the last in the list, and the rotating thingy might have messed with the original querystring.
if that does not work:
what is the code of single.php?
(please use a pastebin: http://wordpress.pastebin.com/ and post the link to it here)
PS and EDIT:
if the ‘wp_reset_query()’ does work, try and add it into the code of your rotating thingy, at the end.
Sorry-
I mean that post ID 295 has different content to 293 (if you view it in wp-admin)
I’ll take a look and see why the contents aren’t being pulled up…
I don’t see the other issue you mention however.. On the homepage?
Hi,
No- no single.php…
I guess that’s the problem?
What should be in there?
no problem – without single.php, wordpress will use index.php;
try the same in index.php
The homepage problem, if it is a problem and not a design feature, was simply that the title rotator “latest Announcements” only ran for two items then went blank, it only refreshed if I hovered over a menu item. However, a quick revisit to the site to fully notate this for you and – of course – I couldn’t replicate it.
As it called the titles from the posts to the jacascript that runs the rotator I wondered if it might not be loading properly, and therfore sonmething else might not be loading post contents properly.
In the pages ‘Home’ and ‘About us’ the big white space at the top has a full size image, then there is the ‘Latest news’ section at the bottom. In the links you specified there was no image, just the ‘Latest News’ section at the bottom. Should there be an image here, an image and content or just where the content should be displayed?
As this is WP3.0.2 I would try using the standard twenty-ten theme and see what results you get then.
Thanks-
Adding single.php has fixed the problem 🙂