belloq
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scheduled entries and pingsI changed ‘h’ to ‘H’ in row 24. Now it seems that the plugins work as intended, besides that the update services get pinged both when I push “publish” and when the post show up. But no problem with the reminder plugin.
Forum: Fixing WordPress
In reply to: Scheduled entries and pingsThanks to both of you.
I installed and activated wp-cron.php and wp-cron-future-pings.php but the ping still comes when I publish even though I scheduled the post to tomorrow morning.
I also installed and activated wp-cron-reminder and got 8 60 minute reminders in less than 5 minutes.
I know virtually nothing about php and related stuff. But I did look through wp-cron.php and saw that on row 24 when you get the hour you use ‘h’. On my blog I use ‘H’ to get the 24-hour format instead of 12-hour format since we use 24h here in Sweden. May that be the problem?
Forum: Fixing WordPress
In reply to: Redirect Domain using HTACCESSDoes anyone know if the code above will help me as well? I’m about to change domain and it would be nice if someone who comes to a single post or page on the old domain gets redirected to the same post or page on the new domain.
Example:
Old link: olddomain.com/2005/07/25/yada-yada-yada
redirect to: newdomain.com/2005/07/25/yada-yada-yada/Dennis