I’m having the same problem–2.9.1 on Mac and edit timestamp feature isn’t working in Firefox, Chrome, or Safari.
Thread Starter
mgowin
(@mgowin)
Tried both of your recommendations above, cais, and neither has resolved the problem. Any other thoughts? I’m not sure it’s a theme-dependent issue necessarily since I’ve lost the previous/next links even in the default theme.
Thread Starter
mgowin
(@mgowin)
I’m using the inove theme and this is the code that appears:
‘<div id=”pagenavi”>
<?php if(function_exists(‘wp_pagenavi’)) : ?>
<?php wp_pagenavi() ?>
<?php else : ?>
<span class=”newer”><?php previous_posts_link(__(‘Newer Entries’, ‘inove’)); ?></span>
<span class=”older”><?php next_posts_link(__(‘Older Entries’, ‘inove’)); ?></span>
<?php endif; ?>
<div class=”fixed”></div>
</div>`