0
votes
2answers
369 views

WordPress Blank Screen Issue [closed]

I'm running a WordPress website with a custom template that is showing me a blank screen when I have not viewed the site in a few days. I've cleared the browser cache and I've empited all cache using ...
0
votes
1answer
185 views

How do I duplicate a single wpmu site?

I'm looking for a method to copy a single wpmu site, pages, and content easily. I have not found any plugins that allow me to do this. My goal is to essentially have a template of pages and content ...
2
votes
1answer
1k views

[Plugin WPML] : How to create a translation of a post using the WPML API?

I'm trying to figure out how to create a translation for a post using the internal WPML API (inc/wpml-api.php) I simply want to create a translation for post ID xx, set some content and publish it. ...
1
vote
1answer
494 views

Translate database content using __($message) function

I've written a plugin that allows users to add information in the database. It runs well but I can't translate the information using WPML. This is a simple example of the problem: $message = 'test'; ...