Questions tagged [automation]
The automation tag has no summary.
139 questions
1 vote
0 answers
26 views
Change woo status automatically [closed]
I need the change of order status automatically. I try it with the following code but the status change always to "vorbestellung". Please help me to correct my code. /** * Change Order ...
0 votes
1 answer
89 views
How to create a build for quickly deploying a server with WP?
I have been looking for automation of a routine task for a long time: deploying a customized WP server with a pre-installed theme and plugins. The server must be on Nginx (optional OpenLightSpeed) + ...
0 votes
1 answer
175 views
Cronjobs at night - but not the rest of the day
I have a cronjob, that at the moment runs hourly - I would probably prefer it to only run hourly between 2am and 5am. Is that possible with some kind of scheduling to tell Wordpress, that it is hourly ...
0 votes
1 answer
114 views
Auto Generate Post Title from 2 ACF Taxonomies [closed]
I am looking for a custom function to auto generate a post title/slug for a specific CPT from two taxonomies and one custom field, created with ACF Pro. Auto generation should be done only when the ...
0 votes
0 answers
46 views
Adding rows when new user is created
How can I have rows automatically added to a table (26 of them) when a new user buys a subscription for my site? I need to be able to have a table already ready for them when they sign in. These 26 ...
0 votes
0 answers
43 views
How to delete posts with incorrect status
This is a weird one. By mistake, I created some posts using WP Webhooks + Make where the post_status was incorrectly set to "published" instead of "publish". Now, for some reason ...
0 votes
1 answer
141 views
How to automatically compare date from custom post type with current date and change taxonomy based on a result?
I have a local WordPress website installment. I have custom post type "tours" and a custom taxonomy connected to it called "active-past". This taxonomy has two terms "active1&...
0 votes
1 answer
236 views
Activate and deactivate two plugins automatically at certain hours
How I can Activate and deactivate two plugins automatically at certain hours? For example, I want the "akismet" plugin to be active only from 10am to 7pm and the other Times deactivated. and ...
0 votes
1 answer
135 views
How to use custom fields like Title to show value in content?
I need some automation in my Wordpress Blog. As we type Title and it appears in post. How can we add fields like Title? Then how I can show the value of those fields in my single-post. I want to use ...
0 votes
1 answer
56 views
How to put post title or keyphrase in content on different places automatically?
I want to repeat my title/keyword in different places in my content. for example, my title is "Dog" I want to replace "Dog" everywhere I have inserted *** or any hint. how this is ...
0 votes
1 answer
40 views
Can I do in-page changes binding events/triggers to actions in WordPress?
I've been coder for decades but I need to setup some microsites super-fast. I chose WordPress as the platform and I'm complete newbie to WordPress. The behaviour I need I know can do it programming. ...
0 votes
0 answers
115 views
How to automatically create a terms based on each post of a post type
I am working on a music site which has custom post types- artists, and releases. I have about 3,000 artists, and about 19,000 releases in my database. I'd like to create a new taxonomy term for each ...
1 vote
0 answers
115 views
How to Disable auto id attributes in Heading tag?
I don’t know why but WP is automatically adding id attributes to h2 tags. I am not supplying any id or class attribute and I don’t need it. Also, it’s adding type="1" to <ol> tag that’...
0 votes
0 answers
30 views
Assignt automatically two categories by author
I'm looking for a way to automatically assign two categories each time an author makes a blog post: General category (will always be the same for all authors). Author category, with de same exact ...
0 votes
1 answer
71 views
Using python to delete specified text from thousands of old blog posts
I'm a web editor that uses WordPress and my site has a bit of an annoying problem. We basically have tens of thousands of articles going back about ten years and we have to delete all of the images we ...