php - Wordpress | Automatically repost entries to the start page by date -


i'm looking solution regularly show post on startpage. way archieve update last modification date of post, can done using sql statement. alas skips regular wordpress update hooks such "post new entries twitter".

so i'm looking php cronjob script "emulate" user updating modification date of post , clicking publish button.

how can this? adding wp_load.php script , ... ?

thanks advice, johannes

you can't use "stick post front page" function under "visibilty" in "publish" section of post editor? , use twitter plugin posting options retweet when post edited?


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -