Hi,
I'm looking for a solution to regularly show a post on the startpage. The way to archieve this is to update the last modification date of a post, which can be easily done using an SQL statement. Alas this skips the regular Wordpress update hooks such as "post new entries to twitter".
So I'm looking for a PHP cronjob script to "emulate" the user updating the modification date of a post and clicking the publish button.
How can I do this? Adding wp_load.php to my script and then ... ?
Thanks for advice, Johannes