PHP/MySQL issues when running WP on EC2 cloud [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 10 years ago. Improve this question I am trying to create a wordpress blog on an Amazon EC2 instance. The amazon base image had apache and php … Read more

Change “From” name in MailChimp STS plugin [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 5 years ago. Improve this question I’m using the Mailchimp STS plugin for WordPress, which uses Amazon SES for transactional emails. The plugin is set up correctly, … Read more

Hosting WordPress on AWS EC2 using CloudFront Dynamic Content Origins for page content

Is it possible to completely host WordPress on AWS with EC2, S3 and CloudFront Dynamic Content Origins, in the way that WordPress is currently built / architected? Further Details: I would like to install my WordPress on an EC2 instance. Store all my assets: images, videos and download etc on S3 And use CloudFront Dynamic … Read more

How can I add programmatically custom taxonomy terms to a custom type post when saving posts?

Scenario: there is a ‘Recommended Books’ section on the website which uses the ‘book’ custom post type and the ‘author’ custom taxonomy. I’m using Amazon Product Advertising API for retrieving book data and covers. When adding a new ‘book’ into WordPress, the user copies the book ID (ASIN) into the post edit field, and clicks … Read more