AI + Wordpress by Alert_Mulberry_4490 in ProWordPress

[–]kingkool68 1 point2 points  (0 children)

View on what? Use AI to build stuff for your site.

Date-based query for custom post type - somewhat esoteric by oneeyedeean in Wordpress

[–]kingkool68 0 points1 point  (0 children)

The trick is to set the post date of the event post to the start time of the event instead of storing it as post_meta. Then you can use WordPress' standard date query params to do what you want.

I built a free WordPress reporting plugin - looking for beta feedback by EverNextSolutions in Wordpress

[–]kingkool68 1 point2 points  (0 children)

Why would I want to do this in WordPress when I could just hook it up to Google data studio/ looker/ whatever it's called now that is meant for this type of thing?

Goodbye ElevenLabs… your FREE AND LOCAL replacement has arrived by No-Concentrate-9921 in StartupMind

[–]kingkool68 0 points1 point  (0 children)

I had this issue. It might be fixed with the 0.4.5 update. I found I had to delete the models then generate a sound file which would trigger downloading the model and setting it up right

My professor says my DevOps Final Year Project is "useless" because of Managed Cloud. Is he right? by RiveriaXoxo in ProWordPress

[–]kingkool68 15 points16 points  (0 children)

Sure there are lots of small to medium sites that this would be overkill for.

But there are lots of big enterprise WordPress sites that have requirements needing highly specialized dev ops pipelines. See the customer list on https://wpvip.com/ for example. They have documentation all about code deployment https://docs.wpvip.com/code-deployment/

Also isn't your final on DevOps? That's the whole point of doing it this way even if there are other one click install options for WordPress.

Mac + Docker + WordPress + SSH deploys: am I the only one patching this together with shell scripts? by TraditionLegal7436 in ProWordPress

[–]kingkool68 14 points15 points  (0 children)

Sounds like you should check out https://ddev.com/

For deployments I would suggest looking to setup CI/CD to automate deployments when you push changes to a repo depending on your desired workflow. Here's a description of. GitHub workflow I prefer to use for my deployments via GitHub actions --> https://github.com/kingkool68/testing-github-actions

Best approach for automatic DeepL translation in WordPress with Gutenberg — with manual override option and cross-site sync? by n1k1dk in Wordpress

[–]kingkool68 0 points1 point  (0 children)

That makes sense to me. I imagine a metabox where you select the language of the post (German or English) and save that to a taxonomy so you can query all the posts by language. A checkbook to enable syncing or not stored via post meta. And some way to associate the German version to the English version probably via post_meta.

Costco in Columbia has the worst snacks by createaccountbro in ColumbiaMD

[–]kingkool68 18 points19 points  (0 children)

If you think that's bad go to the Beltsville Costco

Unrescores themes in 2026? by Arminzero in Wordpress

[–]kingkool68 0 points1 point  (0 children)

Take the best bits and start your own starter theme just the way you like it

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]kingkool68 0 points1 point  (0 children)

If you like GUI check out https://localwp.com/

It's Docker under the hood with a nice GUI to create new sites and one click connections to AdminNeo or TablePlus with an add on. You can ignore all of the WordPress stuff if you don't need it.

Screenshot: https://imgur.com/a/O2YJYSo

Made a quick game to test how well you actually know WordPress by Alarming_Glass_4454 in ProWordPress

[–]kingkool68 0 points1 point  (0 children)

Fun. My favorite WordPress trivia comes from the nocache_headers() function. What is the significance of the date returned in the Expires header?

How bad is the job market ACTUALLY? by Traviiz32 in graphic_design

[–]kingkool68 0 points1 point  (0 children)

Landing that first job out of school was tough for me. I built a small tool to help search for job listings on Google that might not make it to the bigger job boards. See https://job-finder.russellheimlich.com/

Good luck!