Replies: 0
[ Moderator note: moved to Fixing WordPress. ]
hello all –
we have a need to have a second WP site where the content from one of the pages is duplicated (or mirrored) on another WP site with a totally different theme and URL.
both sites are on the same server.
i am thinking something like a mysqldump command that targets a specific table and maybe the results are fed right into an sql statement reloading the same table. all of this would be a bash script ran every five minutes via crontab. (yes this is pure linux).
any thoughts on this?