I’ve got the same problem and have so far found no help here.
Have you tried:
– deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems?
– resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.
– upgrading WordPress?
Tried most of those things, it turns out that there was a stray & in one line of functions.php… it had to do with a purchased theme I was using, but perhaps it’s not exclusive to purchased themes…
That happens on some installations of PHP 5.3.x.
To fix this issue, please open the {/monograph/}functions.php file and find this line:
function update_comment_type_cache(&$queried_posts) {
simply remove the & so that you will have this:
function update_comment_type_cache($queried_posts) {
This should solve the problem.
I’ve just installed Monograph theme on my WordPress 3.0.1 version and having a problem with the ‘Top Story’ section which is to the left of my main page box. The content appears in the box for a second or two but then it disappears. The right section of the main box is working fine.
Any ideas to why it’s happening? My URL is http://outnernationalist.net
Thanks in advance.