Category: Wordpress
-
Working with a local WordPress site
Install a Bitname WordPress stack.Choose a local install, turn off “in the Cloud” On your production WordPress site, install plugin Duplicator Create a backup with Duplicator note: you might want to exclude wp-contents/uploads and transfer that manually Save the installer and the backup archive in your Bitnami/wordpress/apache/htdocs directory. Make sure this directory is empty, and […]
-
Send WordPress posts from the command-line by email
Sending textfiles and images as post to WordPress by email Have *.txt files in a directory per category. The name of the txt-file is the post subject Add an image with the same name for a featured image. Works on any windows machine. Category is sent in the subject in this form: [CategoryName] Subject […]