The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
45 views

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 ...
0
votes
0answers
15 views

Scheduling daily refresh of posts

So here's my situation: I'm using AmazonSimpleAdmin to display products using the Amazon API. I have one product per post. The API limits 1 request per second. Meaning my front page can only have one ...
0
votes
0answers
34 views

Server Error Installing Themes: Multisite EC2 Ubuntu Server

I've created a fresh WP subdirectory multisite install via Amazon EC2 / Ubuntu instance. Enabling themes to subdirectory sites results in a server error that I believe is related to a permissions ...
0
votes
0answers
91 views

How to setup W3 Total Cache CDN (Amazon CloudFront) without taking site down?

I setup a CDN with Amazon CloudFront (Origin Pull) and W3 Total Cache on my staging site and I noticed that it "disrupts" the content on the site as this process is taking place. How can I go about ...
0
votes
1answer
55 views

Silly Problem Referencing a Post ID

Hey there I have a stupid problem I'm having trying to integrate a button in wordpress. I have a plugin called wp azon builder which has an onsite cart button (add to cart stays on site) then I have ...
0
votes
2answers
138 views

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 ...
1
vote
0answers
59 views

Wordpress remote file storage

I am in pretty much the same position as the author of this post. I understand my post is something of a duplicate but the link is a few years old and I wonder if the situation has changed any? I ...
1
vote
1answer
46 views

Enqueue AWS Script

I am working on the integration of an Amazon Webstore (Amazon Checkout) on a WordPress site using Amazon Documentation here. Has been a while since I worked with enqueueing external JScripts. I need ...
0
votes
2answers
32 views

How to use author meta in shortcode?

I am trying to create a shortcode that will return a link to a book on Amazon with a specific affiliate tracking code specific to the author. I created a user option called "amz" to hold the author's ...
0
votes
1answer
132 views

How does W3 Total Cache CDN URL rewrites work?

I just setup W3 Total Cache S3 CDN (origin push) and most of the URLs are being rewritten correctly but we have some custom plugins where the URLs are not being rewritten. How do I grab the rewritten ...
0
votes
1answer
84 views

Bug: Deleting file, then uploading same file again places file in an old month folder

This is an issue with wordpress's month based organization of media files. To re-create the issue: Delete an image file from a previous month Upload the same image file (same name) The newly ...
3
votes
1answer
530 views

Multisite, upload images directly to Amazon S3

I have created a multisite network but I've noticed people are uploading a lot of image files which are clogging up my server space. Is there a way I can amend the default network theme (Users are ...
9
votes
3answers
3k views

How to upload files straight to S3 without using local storage?

I'm looking for a WordPress plugin that would allow me to upload files straight to We are a development shop that actively co-creates CMS websites with clients. This means that we are often ...
0
votes
1answer
164 views

Would Amazon AWS Services be a good alternative to my current hosting provider?

My WP sites keep crashing my server because I have huge amounts of load in a short amount of time. The server has to be rebooted every few minutes. We have tried everything but nothing seems to ...
0
votes
2answers
2k views

Using SMTP for outgoing mails (PHPMailer) on AWS instance?

I moved one of my wordpress site to an AWS instance. But once I got it working, noticed that none of the notifications or contact emails were being sent through. On researching the issue, I found ...
3
votes
2answers
115 views

Change “From” name in MailChimp STS plugin

I'm using the Mailchimp STS plugin for Wordpress, which uses Amazon SES for transactional emails. The plugin is set up correctly, but the default "From" name appears only as "andrew" in sent emails. ...
2
votes
1answer
480 views

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

I am trying to create a wordpress blog on an Amazon EC2 instance. The amazon base image had apache and php already installed. I installed MySQL manually in my user directory. I am able to login to the ...