tinhead
Forum Replies Created
-
Thanks – glad that you made it work.
You should host a screenshot too (on the wp site) so people know what they get.
For now, I am writing my own Klout widget as there are some important features but appreciate your quick response.
Forum: Fixing WordPress
In reply to: 2.1- Scheduled PostsSome more commentary on this issue here:
Forum: Fixing WordPress
In reply to: Scheduled posts do not appearSome more commentary on this issue here:
Forum: Fixing WordPress
In reply to: scheduled posts do publish as scheduled in wp 2.1Okay, after some reading up on this issue. I found that wp-cron isn’t running properly. This is a configuration issue….
The server sits behind the firewall and if you try to access the site from the webserver, it can’t see itself (tries to access an external IP).
Two workarounds without changing code:
1 – edit /etc/hosts (or c:\windows\system32\drivers\etc\hosts) to reflect the internal ip of the site
2 – statically set the internal address in DNS on the internal network
There are also products out there that do ‘split dns’ – quite a bit more expensive.
Cheers!
Forum: Fixing WordPress
In reply to: Entire WP Site –> Static HTMLThere’s a great software package available called wget that can help you pull down a whole site as static html.
Your best bet is to change the permalink structure (found at https://www.your-wordpress-site.com/wp-admin/options-permalink.php) to something you can quickly convert and likely, you’ll have to globally edit links after they’re created but it’s a pretty simple task.
Good luck!
Thanks! All the world needs now is a sticky plugin that works ??
Had the same problem – disabled sticky plugin and all returned to normal