catacaustic
- Member Since: October 31st, 2011
- Brisbane, Australia
- www.catacaustic
- @catacaustic on WordPress.org and Slack
- Support Contributor
WordPress Origin Story
-
Posted a reply to Publish a normal post from a Woocommerce every hour, on the site WordPress.org Forums:
A couple of basic ideas... wp_insert_post() WordPress CRON jobs Using those you'll be able to…1 day ago
-
Posted a reply to Woocommerce change in functions.php, on the site WordPress.org Forums:
To change the template files in Woocommerce, follow these instructions: https://docs.woocommerce.com/document/template-structure/1 day ago
-
Posted a reply to does Soft 404 harm the website, on the site WordPress.org Forums:
Harm in what way? If you mean is it bad for the software or server?…6 days ago
-
Posted a reply to One of the sides of the multisite network has stopped working, on the site WordPress.org Forums:
In the HTML there's an error message: <!-- Unable to render layout... can not find…6 days ago
-
Posted a reply to How to add tables to wordpress & call it in user account page?, on the site WordPress.org Forums:
I have never seen any. That's not exactly a common requirement, so I don't know…6 days ago
-
Posted a reply to How to add tables to wordpress & call it in user account page?, on the site WordPress.org Forums:
There are plugins that save submissions from Contact Form 7 to the sites database. Three…6 days ago
-
Posted a reply to Images being lost after entering News function, on the site WordPress.org Forums:
If the images show fine on the homepage but not on inner pages, it's going…6 days ago
-
Posted a reply to Get username without PHP?, on the site WordPress.org Forums:
You'll need to look at the REST API. That should do most things that you'll…1 week ago
-
Posted a reply to Minimize redirects, on the site WordPress.org Forums:
Al of those look like they would be from the Trip Advisor widget. The best…1 week ago
-
Posted a reply to Noindex With is_date?, on the site WordPress.org Forums:
Something like this (untested): $cutoff_date = strtotime ('-30 days'); if (get_the_date ($post->ID) <= $cuttoff_date) {…2 weeks ago
-
Posted a reply to Noindex With is_date?, on the site WordPress.org Forums:
You can use get_the_time() to get the posts timestamp, and use that to calculate how…2 weeks ago
-
Posted a reply to Including another plugin/library in a plugin that I am writing, on the site WordPress.org Forums:
I could be wrong on this. :) I haven't had to submit a plugin that's…2 weeks ago
-
Posted a reply to Including another plugin/library in a plugin that I am writing, on the site WordPress.org Forums:
https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#are-there-plugins-you-dont-accept From the page... So no. If your plugin relies on another plugin to function,…2 weeks ago
-
Posted a reply to Copying a theme file to my child theme for edits-how to handle future updates?, on the site WordPress.org Forums:
It does come down to checking the modified files each time there's an update. It…2 weeks ago
-
Posted a reply to Different .htaccess file created when migrating site to https, on the site WordPress.org Forums:
The best thing to do is delete the .htaccess file from the server, and go…2 weeks ago
-
Posted a reply to Add license key generator woo-commerce checkout page, on the site WordPress.org Forums:
It's a paid solution, but it's probably the most compatible option. https://woocommerce.com/products/software-add-on/ There's also this…3 weeks ago
-
Posted a reply to Advice on Presenting External MySQL Content, on the site WordPress.org Forums:
Taht can be done with custom endpoints. You'll b able to intercept the requests using…3 weeks ago
-
Posted a reply to Trying To Decipher Error Log, on the site WordPress.org Forums:
That one is quite easy actually. This is what you need to focus on: WordPress…4 weeks ago
-
Posted a reply to Domain name sold, website no longer loads, on the site WordPress.org Forums:
Your domian name hasn't been sold. It's expired. From the WHOIS: Registry Expiry Date: 2018-08-21T15:31:28Z…4 weeks ago
-
Posted a reply to ¿How can I get the post title and url(preferably) of the last post?, on the site WordPress.org Forums:
Something like this will work... $posts = get_posts('numberposts' => 1); $last_post = current ($posts); echo…4 weeks ago
-
Posted a reply to PHP WordPress upload file with local path, on the site WordPress.org Forums:
You cannot pass files directly using POST or GET requests. That's why you have to…4 weeks ago
-
Posted a reply to PHP WordPress upload file with local path, on the site WordPress.org Forums:
Are you creating the HTML files on the same server that your WordPress site is…4 weeks ago
-
Posted a reply to PHP WordPress upload file with local path, on the site WordPress.org Forums:
I'm sure there's a better way to do it. :) When the GUI creates the…4 weeks ago
-
Posted a reply to PHP WordPress upload file with local path, on the site WordPress.org Forums:
That's a huge security hole. I can't emphasise that enough! As an example, imagine you're…4 weeks ago
-
Posted a reply to Multi Site – subdomain folders are not being generated, on the site WordPress.org Forums:
A Network doesn't generate additional files. Evrything, and every domain/sub-domain, runs through the same WordPress…4 weeks ago
-
Posted a reply to Pointing second domain to WordPress site, on the site WordPress.org Forums:
As long as the secod domain is "parked" or an alias on themain domain, there's…4 weeks ago
-
Posted a reply to Can omitted features in free versions of themes typically be added with plugins?, on the site WordPress.org Forums:
There's no answer that fits all situations. The only thing that can be said is…1 month ago
-
Posted a reply to Plugins – Easy Shopping cart, on the site WordPress.org Forums:
Any of the standrad ones will do that. As an example using WooCommerce... Set up…1 month ago
-
Posted a reply to Child theme: edit php and js files, on the site WordPress.org Forums:
1 - No. Just copy them as you make the modifications to each file. Copying…1 month ago
-
Posted a reply to Registration Page?, on the site WordPress.org Forums:
Depending on what the users have given, I'd say that a lot of them would…1 month ago
-
Posted a reply to Premium Login for users from external SQL Database, on the site WordPress.org Forums:
This guide is a litle old, but should give you an idea of where to…1 month ago
-
Posted a reply to personal loan 10.99% interest, car loan 100% funding, on the site WordPress.org Forums:
:( Spamming is bad...1 month ago
-
Posted a reply to let costumers make there own “advertisements”, on the site WordPress.org Forums:
WooCommerce will do alot, but it's really not the solution for your particular problem. What…1 month ago
-
Posted a reply to Export WP Design to Images?, on the site WordPress.org Forums:
That's a whole lot more complicated thatn it needs to be. The best way to…1 month ago
-
Posted a reply to Migrate Multisite – One Single site at a Time, on the site WordPress.org Forums:
There's no "easy" way to do this. The way that I'd tackle it would be…1 month ago
-
Posted a reply to Is There ‘404 Spam’?, on the site WordPress.org Forums:
It's not SPAM as such. It's bots checking your site to see if it's vunerable…1 month ago
-
Posted a reply to Mailchimp integration, on the site WordPress.org Forums:
From the best source: https://mailchimp.com/integrations/wordpress/ There's the official Mailchimp integration plugin available at https://wordpress.org/plugins/mailchimp/1 month ago
-
Posted a reply to Best SEO Friendly Theme, on the site WordPress.org Forums:
"Highly SEO optimised" can be pretty subjective in reality. What you think is good SEO…1 month ago
-
Posted a reply to How to test as non-admin non-live, on the site WordPress.org Forums:
The best way that I know of to check, and the way that I do…1 month ago
-
Posted a reply to Uses for the sameAS field, on the site WordPress.org Forums:
I know that using the Yoast SEO plugin you can set a canonical URL link…1 month ago
-
Posted a reply to Can a software program be integrated into a WordPress website?, on the site WordPress.org Forums:
It is definately possible, and there's a few ways of doing it, which will depend…1 month ago
-
Posted a reply to Regarding working on the same site, on the site WordPress.org Forums:
Anything running on localhost (like MAMP) will only be accessible from that PC, and if…1 month ago
-
Posted a reply to update_post_meta doesn’t work with variable key/values?, on the site WordPress.org Forums:
The way to see those values is to add die(); right after you do the…1 month ago
-
Posted a reply to update_post_meta doesn’t work with variable key/values?, on the site WordPress.org Forums:
Nothing looks to out of place in your code, but without knwoing the code for…1 month ago
-
Posted a reply to developer left with login credentials, on the site WordPress.org Forums:
You need access to the database, which is on the hosting server. Without that, you…1 month ago
-
Posted a reply to Xampp on Windows 10, on the site WordPress.org Forums:
The easiest way is to go into phpMyAdmin and create a new database user with…1 month ago
-
Posted a reply to how to develop wordpress theme without using plugins builder, on the site WordPress.org Forums:
Yes. It's actually not that hard. The way that I normally do it is to…1 month ago
-
Posted a reply to Blank screen during installation, on the site WordPress.org Forums:
It could be (almost) anything. The way to debug it is to set the value…1 month ago
-
Posted a reply to WooCommerce – How do I print the order date in “nice” format, on the site WordPress.org Forums:
I'm not sure, but i think that it works internally on UTC time. To get…2 months ago
-
Posted a reply to WooCommerce – How do I print the order date in “nice” format, on the site WordPress.org Forums:
I's sort of general coding but it's based around WooCommerce. The good thing is that…2 months ago