WordPress

https://wpengine.com/wp-content/uploads/2024/09/Cease-and-Desist-Letter-to-Automattic-and-Request-to-Preserve-Documents-Sent.pdf

Taken [from microblogging](https://goblin.band/notes/9yj8bbj6smug1kb8) > Some extracts: > >> Stunningly, Automattic’s CEO Matthew Mullenweg threatened that if WP Engine did not agree to pay Automattic – his for-profit entity – a very large sum of money before his September 20th keynote address at the WordCamp US Convention, he was going to embark on a self-described “scorched earth nuclear approach” toward WP Engine within the WordPress community and beyond. When his outrageous financial demands were not met, Mr. Mullenweg carried out his threats by making repeated false claims disparaging WP Engine to its employees, its customers, and the world. Mr. Mullenweg has carried out this wrongful campaign against WP Engine in multiple outlets, including via his keynote address, across several public platforms like X,YouTube, and even on the Wordpress.org site, and through the WordPress Admin panel for all WordPress users, including directly targeting WP Engine customers in their own private WordPress instances used to run their online businesses > >> During calls on September 17th and 19th, for instance, Automattic CFO Mark Davies told a WP Engine board member that Automattic would “go to war” if WP Engine did not agree to pay its competitor Automattic a significant percentage of its gross revenues – tens of millions of dollars in fact – on an ongoing basis. Mr. Davies suggested the payment ostensibly would be for a “license” to use certain trademarks like WordPress, even though WP Engine needs no such license. WP Engine’s uses of those marks to describe its services – as all companies in this space do – are fair uses under settled trademark law and consistent with WordPress’ own guidelines. Automattic’s CFO insisted that WP Engine provide its response to this demand immediately and later, on the day of the keynote, followed up with an email reiterating a claimed need for WP Engine to concede to the demands “before Matt makes his WCUS keynote at 3:45 p.m. PDT today.” > >> In parallel and throughout September 19 and 20, Mr. Mullenweg embarked on a series of harassing text messages and calls to WP Engine’s board member and also its CEO, threatening that if WP Engine did not agree to pay up prior to the start of Mr. Mullenweg’s livestreamed keynote address at 3:45pm on September 20, he would go “nuclear” on WP Engine, including by smearing its name, disparaging its directors and corporate officers, and banning WP Engine from WordPress community events. > > They... they have text message captures. In the pdf. Matt Mullenweg was trying to extort them ... by text messages. They seem to have the entire thing in the writting. > >> In the final minutes leading up to his keynote address, Mr. Mullenweg sent one last missive: a photo of the WordCamp audience waiting to hear his speech, with the message that he could shift gears and turn his talk into “just a Q&A” if WP Engine agreed to pay up > > They finish requesting Automattic to "preserve, and not destroy, any and all documents or information in their possession, custody, or control that may be relevant to any dispute between WP Engine and Automattic". They are going to war, big time. > > All this crap is just because they refuse to pay his protection money. And the guy has been stupid enough to put everything in writting.

24
0

Is there a plug in that changes the wordpress functionality to include post types that only have an image or a video with a short text? Or also just notes?

4
0
gmedia.sh

I'm live blogging the sessions that I'm going to remotely via the live streams.

4
0

I manage a WordPress site hosted on SiteGround for a friend. The website keeps going down due to updates of some sort or another, and I'm trying to resolve this issue. SiteGround forces major and minor auto-updates at least every 3 days (if available), and offers the option to autoupdate plugins (which I have on). Inside of the WordPress admin page, none of the plugins are set to auto-update, and I can see some offering to update individually/manually. My question is this: what is the intended update model for WordPress? Should I just set everything to autoupdate to the extent possible? Although I'm facing issues now, my other software experiences tell me this is a bad idea. I'm used to "update when you want or need a new feature, but nothing will break if you don't", but is this just not how WordPress was designed? Thanks!

6
3

When looking for plugins how do people sort through all the 'free' plugins that sound great but are actually 'fremuim' where all the key features are actually in a PRO version? How do you locate the fully featured proper open source plugins that are well maintained and used?

6
8
make.wordpress.org

As a middle ground, we could implement a solution for the bottom tier: small to medium sites and blogs. These sites don’t necessarily need a full-fledged MySQL database. SQLite seems to be the perfect fit: - It is the most widely used database worldwide - It is cross-platform and can run on any device - It is included by default on all PHP installations (unless explicitly disabled) - WordPress’s minimum requirements would be a simple PHP server, without the need for a separate database server. - SQLite support enables lower hosting costs, decreases energy consumption, and lowers performance costs on lower-end servers. # What would the benefits of SQLite be? Officially supporting SQLite in WordPress could have many benefits. Some notable ones would include: - Increased performance on lower-end servers and environments. - Potential for WordPress growth in markets where we did not have access due to the system’s requirements. - Potential for growth in the hosting market using installation “scenarios”. - Reduced energy consumption – increased sustainability for the WordPress project. - Further WordPress’s mission to “democratize publishing” for everyone. - Easier to contribute to WordPress – download the files and run the built-in PHP server without any other setup required. - Easier to use automated tests suite. - Sites can be “portable” and self-contained. Source and other links: - https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/ - https://make.wordpress.org/performance/roadmap-2023/#category-database-optimization - https://wordpress.org/plugins/sqlite-database-integration/

6
3

I wanted to make a category on my blog, where I post either single images, or groups of a few images. I don't think they really would need a proper post, but I simply wanted a place to post images I guess a gallery is the ideal way of doing this, but then they would all end up in one huge gallery instead of a feed of images. Do you have any ideas on what would work best for this? It is basically an instagram type of feed, where I can share images without really too much fuss and where they are easy to browse Maybe a feed from the image library instead?

5
5

This might not be new, I hadn't dealt with WordPress/WooCommerce in a while. Currently (v8.8.2) in a **new** WooCommerce installation the "Checkout" page is created using blocks, like so: ``` <!-- wp:woocommerce/checkout-payment-block --> <div class="wp-block-woocommerce-checkout-payment-block"></div> <!-- /wp:woocommerce/checkout-payment-block --> (...) ``` **The problem** This might introduce breaking changes to the plugins and themes you normally use. For example, I couldn't add a new field - programatically or using a plugin. **The fix** Remove the blocks and revert to using the shortcode: `[woocommerce_checkout]`

6
2

I want to run a Wordpress site, where users can sign up and publish their own blog/journals. Its for a niche hobby, where each user can sign up, and start sharing their experiences and updates they do with their hobby. My initial plan is to have a main front page feed with updates from all uses, but also a page for each user to group their posts. Also options to follow each user and intergration to ActivityPub. How would you suggest I did this? Do I need any plug in, or would a vanilla installation work fine for it?

8
7

Looks like I'm gonna have to migrate the Daily Drop to buttondown after all. This AI content theft is a \*\*\*\* move by [@wordpress](https://lemmy.world/c/wordpress) and I hope they pay dearly for it.

15
5

I want to make an online store but don’t want to pay $$$$ for Shopify. I looked into woocommerce and it looks exactly like what I want but hosting companies seem to charge extra for woocommerce options. I have deployed my own Wordpress in the past and know enough about front and back end to work things out on my own. Can I just get one of the standard Wordpress option and install woocommerce on it or does it need something extra in the backend that justifies the extra cost? Also who do you recommend that is cheap and still fairly reliable. It’s a small shop for handmade customized items.

3
5

[@wordpress](https://lemmy.world/c/wordpress) If a account doesn't purchase a package after the 7-day trial period, what will happen to the account and store? Will they always be in the state it was set to at that time?

3
1

[@wordpress](https://lemmy.world/c/wordpress) What payment methods buyers can use to purchase items from the stores on WordPress

-1
0

[@wordpress](https://lemmy.world/c/wordpress) Hi,How to set the payment method of article payment plan to other payment tools other than Stripe. I sent you messages on Messenger and it may have been put in spam. But I have received messages from you back to me, so you can see those messages when you check them

2
0

[@wordpress](https://lemmy.world/c/wordpress) I see that the free trial version does not add PayPal settings. In addition to adding PayPal, what other online payment tools can be added?

1
0
https://linuxgamingcentral.com/

I want a simple theme for my blog. I like this theme but any similar are welcome

5
0

[@wordpress](https://lemmy.world/c/wordpress) Why does WordPress still only support Stripe payments? Wouldn’t it be very convenient for users to pay and receive money by allowing the use of more online payment tools? For example the Paypal in the United States that is the most widely used and has the largest number of users in the world.

5
0
www.404media.co

> Internal documents obtained by 404 Media show that Tumblr staff compiled users' data as part of a deal with Midjourney and OpenAI.

9
1

GBTI Member Article: Hudson Atwell shares his wp-cli staging plugin that helps users import a remote database into a local environment.

6
1

I love how [@wordpress](https://lemmy.world/c/wordpress) just randomly decides to stop collecting stats. Then one day I'll open the [#Jetpack](https://mastodon.social/tags/Jetpack) dashboard and find it telling me to activate stats again. That invariably says it failed, but actually works (reloading the page shows it). But then there is a gap where it decided not to bother collecting information. Like below where apparently at some point on January 8/9 it just deactivated itself. [\#WordPress](https://mastodon.social/tags/WordPress)

7
2

If this post appears in the [@wordpress](https://lemmy.world/c/wordpress) community then this hypothesis will be confirmed! [Source](https://www.informapirata.it/2024/01/02/is-it-possible-to-publish-posts-about-lemmy-from-your-wordpress-blog/)

3
0

If this post appears in the [@wordpress](https://lemmy.world/c/wordpress) community then this hypothesis will be confirmed! [Source](https://www.informapirata.it/2024/01/02/is-it-possible-to-publish-posts-about-lemmy-from-your-wordpress-blog/)

2
0

Is it possible to publish posts on Lemmy from your Wordpress blog? If this post appears in the @wordpress@lemmy.world community then this hypothesis will be confirmed! [https://www.informapirata.it/2024/01/02/is-it-possible-to-publish-posts-about-lemmy-from-your-wordpress-blog/](https://www.informapirata.it/2024/01/02/is-it-possible-to-publish-posts-about-lemmy-from-your-wordpress-blog/)

17
8

Let me clarify that with that it's great for writing blog posts, but layout? Geezus it sucks.

6
0

Hi all, I recently started my own ecommerce store with Woocommerce and I'm wondering if there is a free backup solution? So to backup my store, database - everything - in case something goes tits up. I have a NAS drive which could be used for storage. Any ideas? Thanks

11
6

The new extended character limitation in VS is great, but that doesn't mean the [#blogging](https://social.vivaldi.net/tags/blogging) era is over! 🙅 Our [#ad](https://social.vivaldi.net/tags/ad)-free blogging platform has recently been updated to the latest [@wordpress](https://lemmy.world/c/wordpress) , which comes bearing gifts! 🎁 Did you know you can share your [#blogs](https://social.vivaldi.net/tags/blogs) to the [#Fediverse](https://social.vivaldi.net/tags/Fediverse) as well? Explore all the features and get [#writing](https://social.vivaldi.net/tags/writing)!👇 [https://vivaldi.com/blog/power-up-your-blogging-skills-vivaldi-community-blogs/](https://vivaldi.com/blog/power-up-your-blogging-skills-vivaldi-community-blogs/)

-2
7

I'm about to move a wp site installed with a one-click installer, but want to make a "proper" installation at the new host. Are there any special issues with such a transfer I should be aware of? [@wordpress](https://lemmy.world/c/wordpress) [\#wordpress](https://toots.nu/tags/wordpress)

3
4

Hooked up my [@wordpress](https://lemmy.world/c/wordpress) blog with the new ActivityPub integration. Easy to configure. Feel free to follow along here - [@bradbarrish.com](https://bradbarrish.com/@bradbarrish.com)

2
0
wordpress
WordPress eckleburg Now 20%
Moin,

Moin, ich weiss nicht, ob es an [#Wordpress](https://mastodon.social/tags/Wordpress) selbst oder an unserem Hoster [#netcup](https://mastodon.social/tags/netcup) liegt: Wir verzeichnen im Monat deutlich über 1000 Angriffe auf unsere Website. Ohne [#Wordfence](https://mastodon.social/tags/Wordfence) wäre sie schon mehrmals übernommen worden. Wisst ihr, woran das liegen könnte? Ist das üblich? [@wordpress](https://lemmy.world/c/wordpress) [#followerpower](https://mastodon.social/tags/followerpower)

-3
3

Hi! Not sure if self promotion is allowed, but I wanted to share my plugin I just launched. It's called **Debrandify** and it allows you to completely **remove, replace and control all the WordPress-related branding on your site**. This includes things like login logo, tab titles, admin footer, emails... You can either remove it entirely or replace it with your own texts and logos. I also included some bonus features to make your WordPress site a little lighter. You can download it [on wordpress.org](https://wordpress.org/plugins/debrandify/) as any other plugin and check out [the GitHub repository](https://github.com/morceaudebois/debrandify). If you like it, please give it a [review and comment on wordpress.org](https://wordpress.org/plugins/debrandify/#reviews), it will help with SEO! Thank you 🙏

29
2
wordpress.tv

I did so much networking that I need to go back and catch up! LOL

6
0

If you ever get a chance to make it to a WordCamp (regional or national) do so. It's so much fun and educational.

4
0

Hi everyone I'm in the market for a new web host. Ideally the host should have a CPanel for dns, subdomains, sql etc etc etc and the possibility for a staging site is most desirable. Shared Linux is fine. In the past I've used namecheap and 20i. Any tips would be great, thank you!

3
1

loving wp db import and many of the functions. yet i am mindblown to not finde ...or too dumb... to export and import customers and orders. their github https://github.com/woocommerce/woocommerce/wiki/WC-CLI-Overview#examples has a lot of empty space >What is WP-CLI? > WooCommerce Commands > Examples > > Command: > Response: > Command: > Response: > Command: > Response: > Command: > Response: > Command: > Response: > Command: 🤷 anyways thats useless. i could > wp wc shop_order list --user=URNAMEHERE --after="2023-08-17T23:59:59" --format=csv > my_cool_orders.csv or maybe sth like > wp export --post__in=$(wp eval 'foreach( get_posts(array("post_type" => "shop_order", "posts_per_page" => -1, "fields" => "ids")) as $id ) { echo $id. ","; }') --max_file_size=200 but how to import? is there any standard way on CLI to export and import orders and users? (I am not interested in any plugin suggestions)

9
0

Morning, I would like to create a niche wordpress site that import RSS feeds, create posts from it, and create a newsletter from the posts created. So a user would subscribe to my newsletter about posts created from RSS feeds about Topic1. Another user would subscribe to my newsletter about Topic2, etc. But they will also be able to go and read the posts on my website with links to the original news articles. The purpose would be for a user who is an accountant, to come to my website, click on the accountant option newsletter and only receive news for accountants. The attorney would do the same, and only receive news for attorneys, etc. **What addons would be the best to use....and free.** Thanks!

3
4
https://us.wordcamp.org/2023/

I have to admit the shortened acronym for WordCamp US sounds like a sneeze. LOL The details are filling out on the Website. **It will be livestreamed** if you can't make it in person. But it's going to be great! **If you're there in person. Find me!!!!!!!!**

1
0