spencerli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem after 3.1 upgradeThen why does WordPress 3.1 not work on a Windows server without the plugin fix? I guess I should blame Microsoft?!
Forum: Fixing WordPress
In reply to: Problem after 3.1 upgradeYes Ipstenu – it may be a theme problem, but the fact is that before the WP update to 3.1 and having to run the plugin things were working fine.
Having to run plugins and change themes might get pages working again, but it’s not really fixing the problem.
Forum: Fixing WordPress
In reply to: Problem after 3.1 upgradeI had the same problem. The plugin “fixed” it for me – but I’m getting JavaScript errors on Compsitio theme.
Will there be a proper bug fix?!
Forum: Fixing WordPress
In reply to: Display all Comments for WP 2.8.3You see where there’s the call to comments_template();?
Add this before it:
$withcomments = "1";
Forum: Fixing WordPress
In reply to: Change Newer Entries LinkAlright, this didn’t actually work; it made every link go to the first blog!
After a little thought and investigation, the solution is to not use permalinks. Changing this to include the page name – and now everything works as planned. Permalinks don’t make sense if you have a static main page.
Forum: Fixing WordPress
In reply to: Change Newer Entries LinkThanks esmi,
I’ve changed the “Blog address (URL)” to be https://www.spencer.li/?page_id=7 and it seems to work okay now.
When clicking on the link, the URL goes a bit funny – https://www.spencer.li/?page_id=7/index.php – but I can live with that.
Thanks for pointing me to the solution!
Forum: Fixing WordPress
In reply to: Change Newer Entries LinkForum: Fixing WordPress
In reply to: Change Newer Entries LinkI don’t believe I’m using any custom permalinks.
Forum: Fixing WordPress
In reply to: Change Newer Entries LinkThanks esmi, but they’re exactly what I’m using.
<div class="left"><?php next_posts_link('Older Entries') ?></div> <div class="right"><?php previous_posts_link('Newer Entries') ?></div>
I think I have the problem because of the static home page being my front page, but I don’t really know.
When I click on the Newer Entried it goes to index.php instead of index.php?paged=1
Forum: Fixing WordPress
In reply to: Can’t change date of postWas having problems with a plugin (PhotoSmash), so deleted and re-installed it… Suddenly, everything’s working again including changing the date on a post.
Strange, as I did try it while it was deactivated…
Thanks so much for your help Roy and Michael.
Forum: Fixing WordPress
In reply to: Can’t change date of postThanks Roy.
Like you said, I should try and fix it properly so that the basic functions in the Admin area work – but if I can’t I’ll update the table directly.
Thanks again for your help.
Forum: Fixing WordPress
In reply to: Can’t change date of postI know what you’re saying Roy, but I’m kind of stuck right now!
The rest of the site is working fine and to be honest, I’m not going to do much more to it than what’s already on there.
Forum: Fixing WordPress
In reply to: Can’t change date of postThanks guys, but the reinstallation didn’t work. ??
Anyone know if there’s a plugin or some SQL which I can run which can change the date for me?
Forum: Fixing WordPress
In reply to: Can’t change date of postThanks Roy, I’ll give that a go.
When I upgraded, I just copied the files over the top… Is that the correct way to reinstall?
Forum: Fixing WordPress
In reply to: Cannot Edit Visibility/Published Date of a PostI’m having the same problem; none of the “Edit” links under Publish work.
I am getting a JavaScript error when loading the page. Object expected error on line 1791, on post.php
Deactivating all my plugins doesn’t help.
WordPress 2.9.2.
Any ideas?
Thanks,
Spencer.