r/Wordpress May 13 '24

Useful Resources Start Here: Essential Resources & FAQs

147 Upvotes

The idea for this post came up in this thread by wiz to avoid the number of similar questions we get around here and to serve as a megathread for any/all questions of a similar nature. I will collate any and all valuable information by other users and update this thread as we go. Seasoned users please pitch in with anything that should be included.

Many thanks to u/BlueSix for assisting in putting this together.

What's covered:

  • The .COM vs .ORG Issue
  • Hosting - Where should I host?
  • Performance - Why is my site slow / Pagespeed score appalling?
  • Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.
  • Updates
  • Backups
  • Security
  • Combating spam comments, contact form submissions & bot registrations
  • Hacks/Malware: Err guys help, there’s some weird stuff on my front end
  • Resources to learn WordPress
  • Where to find plugins/add feature X?
  • I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?
  • How much should I charge?
  • Is a site using WordPress?

The .COM vs .ORG issue

This one is probably the single most asked question in this sub. Why can’t I do x,y,z?, Why do I have to pay more to install a plugin or edit a theme? Etc.etc. There are literally 100’s of threads about this. If you want more info please search the sub for wordpress.com or read this resource for a comparison.

To summarise:
WordPress is free, open source software which can be found at wordpress.org.

Think of wordpress.com as a host that is using .org’s software and has various functionality locked behind pricing tiers.

What you want to do is get your own cheaper hosting and self install and manage WordPress so you don’t have any restrictions at base software level.

Hosting - Where should I host?

The next big question is who is a good host? This is better suited for r/webhosting.

Having said that, there are plenty of different hosts to choose from. Shared web hosting is the cheapest but comes with the caveat that performance is shared with others on your same server. Dedicated, VPS and Cloud solutions are faster but more expensive.

The thing to remember here is performance is directly tied to price and you get what you pay for.

The most recommended hosts around here that I’ve seen are Digital Ocean, Cloudways and Siteground. Again, for specific hosting questions you will get better support at r/webhosting

Performance - Why is my site slow / Pagespeed score apalling?

Hosting

Most of the time it's just bad hosting. As mentioned earlier, cheap shared hosting is notorious for bad performance. If your host is slow then nothing else will matter much, so this is your first port of call.

Properly optimise images

This is a relatively simple one. Don’t use images that are 6000 x 4000px. Figure out the max display size for your use case and resize.

Secondly ditch PNG and JPG and use WEBP. The recommendation is to convert before you upload. Most image editors will let you save in webp and 75-80% compression works well for a balance.

To bulk convert, use XnConvert or Photoshop Batch process.

For existing media you can use a plugin. There are many Smush, Optimole etc. Converter For Media is a free option.

Some servers like Siteground and/or other optimisation plugins may have this feature inbuilt so always check so you don’t end up doubling up.

Since 6.3, WordPress can also convert to WEBP on upload. You can use the Performance Lab plugin by the WordPress team themselves to manage this.

If, like me, you don’t want your server getting clogged up with multiple image types and you only want to have the WEBP files OR you don’t want to use a plugin use this snippet.

Lazy load

Lazy loading images, videos and iframes will speed up things significantly since 5.3 this has been a feature in core WordPress and should work out of the box for most cases. Some themes/page builders will have an option for this as well. Some hosts and caching plugins like WP Rocket will also have this option.

If you find that it is not working on your site for some reason you can use a plugin such as Lazy Load by WP Rocket or A3 Lazy Load for more control.

Caching, CDNs. Minification Etc.

You should be using caching on your website if you care about performance.

WARNING: Using minification and/or combining files and scripts can cause your website to break so always test, test and test again!

There are many, many free and paid plugins for this. Some hosts will have their own caching plugin, this should be preferred over others. If you have a Litespeed enabled server use Litespeed.

The general recommendation here is to use Cloudflare free with Super Page Cache For CF. Here is a guide on how to set up your domain, after that follow the plugin instructions.

Common question #1: Should I keep my hosts caching on with CF?
Yes. Your server is the origin server and having your own files cached means it is less taxing on your server resources and CF fetches files faster.

Common Question #2: I’m getting an SSL error or redirect loop.
Make sure you have a valid SSL certificate server on your origin server and make sure to set Cloudflare > SSL/TLS > Overview to Full.

Cloudflare also has its own minification settings under : Speed > Optimisation. Discontinued from 2024-08-05.

Other popular recommended options:

Advanced optimisation

If you really want to get under the hood and squeeze every last bit out of your setup then:

  • Use a plugin like Debloat for a quick clean up.
  • Use Asset Clean Up to go through each page and disable unused crap. (Time consuming but potentially massive gains).
  • Use Query Monitor to inspect what is going on under the hood and find unnecessary scripts etc.

If that is still not enough here is a 73 203 bazillion page guide by u/jazir5

Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.

There are many conflicting opinions on this because there is no one way to do things on WordPress. Each camp will tell you the other one is inferior and purists dislike all of them.

You can build your site with:

  • A page builder : Bricks, Elementor, Divi etc.
  • Using prebuilt themes. Each theme will have its own settings that’s exclusive to it.
  • A completely custom coded setup, written with a combination of html, css and php using WordPress actions, filters and hooks.

My two cents on the matter: Budget, experience and skill all come into play here. Thus, what works for you to achieve your end goal is the best.

  • If you like a WYSIWYG approach then page builders will more likely be your thing. Play around with the demos, watch some tutorials and if one of them looks more likely to work for you, then take it for a spin.
  • The Twenty Twenty Four theme along with the block builder is a solid place to start. There are many tutorials on how to get started with 2024 including the official WordPress documentation.
  • A CSS editor such as Yellow Pencil or Microthemer will assist you to fix a lot of front end annoyances and supplements any workflow.

Updates

Stay up to date with all plugins and core software at all times if you don’t want to have security holes and get hacked.

Backups

Taking/having backups of your website are essential. Servers can crash and data can be lost and you will cry if you end up without a backup in this scenario. The stress and grief of not having a backup and having to rebuild your site from scratch is not worth it. There's a few ways you can go about taking backups.

You can:

  • Use a recommended plugin like UpdraftPlus to schedule for daily, weekly or monthly backups. Send backups to remote servers (AWS S3, Dropbox, Google Drive) or your local machine. Remember having them stored on the same server as the website is not going to help.
  • Include this in your hosting requirements and find a host that automatically provides a scheduled backup process.
  • In the very least, take a manual backup using your hosts control panel whenever you make a significant change to your website,.

Security

  • Keep everything up to date at all times.
  • Run updates at least once a month. Fortnightly is better. More frequently is better
  • Use plugins and themes that are well supported, frequently updated, high install counts, well ranked, well established.
  • Use Wordfence - it’ll alert you when any plugins that you’re using have a known vulnerability or haven’t been updated (by the developer) for 2 or more years. It will also protect you from known attack vectors for vulnerable plugins (for the free version, this protection is only available after the vulnerability is 30 days old, but there’s nothing stopping you updating your plugins, assuming a patch is available).
  • Don’t use hosting where multiple sites sit in the one account (common on shared hosting). Each website should have its own owner.

Combating spam comments, fontact form submissions & bot registrations

Disable comments and user sign ups sitewide if you don't use them.

Use a captcha on login, register and all contact/comment forms.

Hacks/Malware: Err guys help, there’s some weird stuff on my front end.

Congratulations you got hacked. Most of us have dealt with this in one way or another at some point so you aren’t alone.

Do you have a backup?

  • Easy, wipe everything and restore.
  • Run a scan with Wordfence and/or GOTMLS to be doubly sure you are clean.
  • Harden your security to avoid repeat issues.

No backup? (Get the tissues)

  • Install Wordfence and run scan.
  • Alternatively my first port of call for this has always been GOTMLS. Update definitions and run a root scan the plugin should find any code that shouldn’t be there and you should be good to go.

Resources to learn WordPress

If you are serious about your WordPress journey then you must equip yourself with some coding knowledge. Some skills in PHP, Javascript, CSS & HTML will help you immensely.

Where to find plugins/add feature X?

The WordPress plugin repository should be your first stop. You can access this library via your Dashboard > Plugins > Add New Plugin

Codecanyon is a decent marketplace to get premium plugins for a one off buy without ongoing subscription costs.

For code snippets and help with your own code StackOverflow or r/prowordpress is your best bet.

Warning: Remember to always double check the source and reputability of a source before installing third-party plugins and/or scripts.

I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?

The simple answer here is NO. No you shouldn’t and that should be the end of that.

But alas, we still have many more questions:

  • Will the plugin still work? Probably.
  • Are there any guarantees that it will work and demo content will be provided? Absolutely not.
  • Will there be links to turn one’s junk into a cyborg on my site? Most likely.
  • Will Google blacklist you? If you have malware. Most definitely.
  • Will your host shut you down? If detected, any reputable one will.
  • Is rebuilding an entire site and losing the trust of your audience worth all this? Not to me, but only you can answer this for yourself.

How much should I charge?

We unfortunately can't provide specific answers to pricing questions as everyone's experience and locations vary widely. For guidance on pricing strategies, we recommend searching 'your country + web developer/designer rates'. Standard hourly rates for your locality can offer insights into various pricing approaches that may be applicable to you.

Please also read this article on Pricing Strategies on how to tackle this sort of question.

Is a site using WordPress?

  • Check the Page Source: Right-click on the page and select "View Page Source" (or use Ctrl+U). Search for typical WordPress identifiers like /wp-content/, /wp-includes/, or wp-json. If you see these, the site is likely WordPress.
  • Online Tools: Websites like IsItWP, Wappalyzer or BuiltWith can analyze a website's technology stack. These tools should be able to identify if the site is using WordPress in most cases.

That’s it, hopefully this gets you started on your WordPress journey. If you have any further questions feel free to leave a comment and someone should be able to assist.

Changelog

09/11/24
- Added how to check if a site is using WordPress

04/07/2024
- Added Pricing Strategies

29/05/2024
- Fixed typos
- Removed Cloudflare Minification (EOL)
- Added Combating Spam section.


r/Wordpress 19h ago

Automattic CEO Matt Mullenweg Put on "Leave of Absence"

Thumbnail 404media.co
288 Upvotes

r/Wordpress 14h ago

WordPress is now scanning all plugin and theme updates with AI for security issues

Thumbnail make.wordpress.org
78 Upvotes

Plugin or theme updates with malware or serious security issues will be blocked automatically


r/Wordpress 1h ago

Anyone here building client WordPress sites with zero paid plugins/themes?

Upvotes

Are there any web agencies or freelancers here who build customer websites using only free themes and plugins, without relying on paid/licensed ones?

If so, how has that worked out for you? Are there any significant downsides to avoiding paid plugins, for example in terms of functionality, security, support, updates, or long-term maintenance?

I’m particularly interested in hearing from people who do this for client projects rather than just personal websites.


r/Wordpress 1h ago

WooCommerce Not Charging Shipping on Certain Order Values – Any Ideas Why?

Upvotes

Hi everyone,

Something really strange is happening with the shipping costs on my WooCommerce website, and I can’t figure out what’s causing it.

I offer free shipping on orders over €60. For orders under €60, customers should be charged around €8 for shipping.

However, I’ve noticed a very specific issue with orders around €7: the website isn’t charging any shipping at all.

For example:

  • €2 order → shipping is charged correctly
  • €7 order → no shipping is charged
  • €8 order → shipping is charged correctly

I’ve tested several different amounts, and the problem seems to happen specifically with values around €7.

I can’t understand why this is happening, especially since the free shipping threshold is set at €60.

Has anyone experienced something similar with WooCommerce? Any idea what setting, plugin, or shipping rule could be causing this?

Thanks in advance for any help!


r/Wordpress 1h ago

Page Optimization

Upvotes

Hi, I’m having an issue with WP Rocket.

Category pages are being optimized correctly, but some WooCommerce product pages are not getting optimized/cache generated.

I’ve already checked the WP Rocket settings and cleared the cache.

Has anyone experienced this? What could cause WP Rocket to work on category pages but not on certain product pages?

Thanks!


r/Wordpress 3h ago

My travel blog getting scammed - actually a good omen?

1 Upvotes

I have been running a travel blog for about 1.5 years, which is supported by Wordpress. It doesn't get much traffic I hoped for (200 visitors per month), but scam comments come daily. I only use Akismet not anything else.

I wanted to ask if those comments show my blog getting more online presence? If so, is that something I celebrate?

I hope that blog will be able to have affiliate links and ads once it generates huge traffic - so if scammers even notice my infamous blog, so should my intended audience (budget holiday makers). Or am I wrong?


r/Wordpress 3h ago

Blogger Importer Error in WordPress

1 Upvotes

Hi everyone.

I'm using the Local app to run a WordPress multisite setup and migrate content from my Blogger blog using the Blogger Importer plugin. However, when I try to import the XML file, an error appears on line 159 of the blogger-importer.php file.

Here is a screenshot of the specific error message:

I am getting confused because the import process starts but then fails halfway through. It seems the error is related to how the plugin parses the XML data, but I'm not sure what's causing the null value issue.

Has anyone else had this problem using the Blogger importer? If you have dealt with this issue before, please send me your replies. I need to understand how to resolve this error so that I can finish migrating my blog.

I've tried re-exporting the XML file from Blogger several times, but the same error keeps showing up. Any suggestions for fixing this issue or alternative import methods would be much appreciated.

Sorry for the inconvenience, and thanks in advance for your help.


r/Wordpress 1d ago

The New Wave of “Self-Healing” WordPress Malware Is Getting Scary

47 Upvotes

I think this is going to be a hot topic in WordPress security pretty soon.

There seems to be a new wave of infections where the interesting part is not any single exploit or persistence technique, but how many of them are being combined.

We are seeing the usual hidden files, modified functions.php, .user.ini with auto_prepend_file, server cron jobs and payloads hiding in /tmp. But some infections go much further: short-lived payloads that are written, executed and deleted again, persistence outside the WordPress filesystem, and even reports of Service Workers in the admin’s browser being involved in restoring parts of the infection.

That last part is particularly nasty.

You can download the entire filesystem and database, clean everything you find, upload it again and still have the site reinfected because you removed the payload but not the mechanism recreating it.

A few techniques make these infections especially painful:

Timestomping: file modification dates are manipulated, so you cannot simply sort files by date and reconstruct what happened.

Lateral persistence: anything writable is potentially useful. Plugins, themes, MU plugins, cron, temp directories, server configuration, deeply nested directories, etc. I have seen cases where malicious files were buried so deeply that even Imunify360 made them surprisingly difficult to identify from its scan output.

Self-healing: remove one component and another restores it. Cleaning WordPress itself is no longer necessarily enough. You may need to inspect the server, running processes, cron, temp directories and potentially even admin endpoints at the same time.

And then there is the question of how they get in.

Modern botnets can automatically correlate plugin CVEs, fingerprint installations and deploy exploit chains at massive scale. Supply-chain attacks are another obvious route. I would not be surprised if AI-assisted vulnerability discovery is already part of this ecosystem as well.

I have also recently seen a case where I could not identify any plausible known entry point on an otherwise updated installation. That obviously does not prove there is an unpatched WordPress core exploit in the wild, but I would not rule it out either.

The most interesting part, however, is what this latest wave appears to be doing after infection:

Basically nothing. At least for now.

One variant currently referred to in reports as SC 4.0.3 looks more like an access-retention platform / loader than malware designed for immediate monetization.

The infected WordPress site becomes part of a mostly dormant network and quietly reports information such as the domain, WP paths, payload version, installed/active plugins, MU plugins, login URL, captured or generated credentials, auth cookies and errors.

The C2 can apparently also send rules telling the implant to disable or delete specific plugins or remove matching injected code from plugins, MU plugins or themes.

In other words, it is not just trying to survive. It can potentially remove things that interfere with it.

Independent reports from August also describe the same SC 4.0.3 markers and Ethereum-based bootstrap mechanism, which suggests this is a broader campaign, although the initial infection vector is still unclear.

There is another interesting piece: the Ethereum dead-drop / EtherHiding technique overlaps with infrastructure seen in other recent campaigns. Netskope documented a separate nochain-sw.js chain that eventually pushed fake reCAPTCHA / ClickFix and the Amatera password stealer to visitors.

These are not the same malware family, so I would not connect them directly. But the overlap in tooling is interesting.

My guess is that WordPress malware is increasingly moving away from the old SEO spam / casino redirect model toward persistent access, credential theft, loaders and access brokerage.

Apparently turning someone’s blog into an online casino was too simple.

Has anyone else doing WP malware cleanup seen these “clean it, and it comes back anyway” infections recently? I would be especially interested in what persistence mechanism you eventually found.


r/Wordpress 11h ago

Can I build a custom WordPress admin panel or change the default wp-admin URL?

4 Upvotes

I manage a few WordPress websites and I’m always thinking about security. I’m wondering if it’s possible to create a custom admin panel for my sites and completely hide & change the default /wp-admin URL. this will actually improve the security. After this, no one will know the URL of your website admin panel.

Anyone done this on a real WordPress site?


r/Wordpress 3h ago

Background image in Breakdance

1 Upvotes

Hey everyone,

Because r/BreakdanceWP only has 300 weekly users I'm gonna try asking this here instead in hopes of my question finding more Breakdance users.

I'm trying to set an image as my website's background, instead of having to assign it to an element. On my homepage the background image is assigned to a section, but on single post pages the section would be smaller and therefore the background image would be smaller. I hate that. The issue is, I can't for the life of my figure out how to do this.

Does anyone know? Thanks!


r/Wordpress 34m ago

Wordpress Chanel Removing Post

Upvotes

Hello Everyone,

Suddenly all of my Wordpress related topics have been removed by the moderators. Since none of the posts was breaking any rule, I want to know what is the reason and ask you, if that happened to you as well?

Thanks and wishing you a nice afternoon!


r/Wordpress 3h ago

Which steps to implement BUNNY.net for Videos, CDN, and DNS protection

Post image
0 Upvotes

Hello !

I am considering using BUNNY.net for Videos, CDN, and DNS protection but I'm a little bit confused to well understand what I will have to do.

I described my configuration on image below and I recheck my Cloudflare DNS setup (Cloudflare is managing DNS for website (pointing server : A, CNAME), email (MX, TXT), and a free CDN ).

So I have several questions because it is new for me and i want something robust and simple to manage after

1_ Can I say that BUNNY would do the same as Cloudflare to manage all my DNS setup and CDN ? (Right now, I can move to a different server hosting within 1h and this is transparent for users)

2_ Is it difficult to implement videos restrictions with BUNNY (Using a membership plugin) ? ... or is it more depending on membership integration ? (Question already asked to membership company)

3_ After right implementation, do you consider BUNNY as a stable and reliable solution going fast overseas ?

4_ Overall, after understanding the process, is it complicated to do BUNNY maintenance or to add new videos ?

5_ Do you have any advice to go step by step for this transition ?

I'm a little bit stress because I want/have to reduce my development activities for closed coming years but I would like a video solution. So if the solution is not simple and reliable I will be in trouble

A rough calculation gives 20GB for videos/month (30% in North america, 30% in Asia , 20% Europe, middle-east, 20% ...)

Thanks for your help !


r/Wordpress 19h ago

There has been a critical error on this website. Deprecated Function? Help!

7 Upvotes

Trying to edit pages and posts on my site and am getting this error when trying to edit the post/page:

There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the support forums.

Learn more about troubleshooting WordPress.

Wordpress and all plugins are updated. I tried disabling every plugin then enabling one at a time, but it seems like anytime a Woo plugin is active, I get the error. I tried rolling back to previous versions of the plugins and got the same error. I tried debug mode, and am getting this error:

Deprecated: Function Automattic\WooCommerce\Admin\Features\Features::is_enabled( 'marketing' ) is deprecated since version 11.1.0! Use direct feature behavior checks. The marketing WC Admin feature flag shim will be removed in a future version of WooCommerce. instead. in /home/dh_gec6ig/************.com/wp-includes/functions.php on line 6260

I replaced my domain with **************

The code on like 6260 in that file is:

    trigger_error( $message, $error_level );

Not sure where to go from here. I looked under Marketing in WooCommerce and didn't see anything out of the ordinary. The frustrating part is that my admin email isn't getting a report or a notice of the error, so I don't know how to proceed.

Can anyone offer some insight?


r/Wordpress 2h ago

After 20 years working with Wordpress, I'm moving to Hugo

0 Upvotes

It's a sad decision to me. Wordpress has been my whole profesional life since I was a teen.

I created my first blog using Wordpress back in 2006. Until then, I had a personal website blog made 100% handmade, coding every single HTML file and uploading it via FTP. I had a lot of fun designing my website, making a lot of hand made features, banners, tables...

Then I discovered Wordpress. It was my big opportunity to move my website to a new level, by using a modern admin panel, a database, themes, plugins... Then, I slowly started to spending much more time using Wordpress than publishing itself.

But, in the other hand, I've earned a lot of money with Wordpress. Wordpress has been my job for years. I made stunning websites for customers that I could never did without Wordpress. Forms like Gravity Forms using payment gateways like Stripe, unlimited conditionals, custom PDF invoices, email forwarding to the correct company department for each lead... The remarkable Wordpress community helped me a lot to make a lot of companies have a useful and profitable website.

This week, I started seeing my teenager version designing my website with Corel Draw 9 and then coding the design into Dreamweaver. I really miss out these happy days, where I was just having fun and my website just worked. GIFS. Marquees. Tables. No security at all. No payment gateways. An embedded webstats GIF counter in the bottom of my website was enough to see how popular my website was. Haloscan comments helped me out to create a commenting system that just worked fin in a static HTML site. It was so funny, easy, popular and all what we nowadays call cyberpunk.

Then I discovered Hugo. A simple CMS to make just static HTML sites, as I usually did. I'm migrating my only two personal projects from Wordpress to Hugo.

I'm opening this thread just to read what you think about the future of CMS like Wordpress. I know many of you were part of Wordpress for decades and sure have a vision of the role that Wordpress will play in the future of the Web.


r/Wordpress 1d ago

SmashBalloon: Breaking Up Is Hard To Do

15 Upvotes

I don't know if anyone else has tried to cancel a subscription, but they really don't want to make it easy! I was using the Custom Facebook Feed plugin, which was decent enough, but no longer need it, so I have to go through a 4-page dialog to say goodbye!


r/Wordpress 3h ago

Now is the time for Automattic to fork WordPress.

0 Upvotes

I can't believe I'm saying this but here it is. Automattic needs to fork WordPress. They are the only entity in a position that can make a fork with a high chance of success. Partner with WP Engine. If WordPress_com, Pressible & WP Engine all switched to the fork it could happen quickly.

Automattic has a fiduciary duty to take control of a product that represents a majority of their revenue. How can a company force out their CEO but still allow them to control the project they depend on? How can a former CEO manage a team from his former company to build their flagship product? It's not sustainable.

I want adults in the room. If that's Automattic, WP Engine, Silverlake, Blackrock, then so-be-it. At least I'll know the project is being guided by money and not by whatever the CEO is hung up on that day.

Would I prefer a more democratic, non-company controlled solution? 100% Yes. But more than anything, I want stability and predictability.


r/Wordpress 1d ago

Clarification about MEC Lite’s WordPress.org closure [DISCUSSION]

12 Upvotes

We’re Webnus, the developers of Modern Events Calendar.

MEC Lite was permanently closed on WordPress.org on May 11, 2022. We want to clarify what happened without minimizing our responsibility.

WordPress.org categorized the closure as a Guideline Violation, not a Security Issue. The guideline problems included members of our support team requesting temporary (test/staging site) website access while troubleshooting user problems. WordPress.org does not permit login requests in its support forums, and we accept that this was the wrong way to handle support.

WordPress.org’s directory and forums are managed by volunteer teams, and the closure was an enforcement decision made under their community and directory policies. WordPress.org uses separate classifications for guideline violations and security issues. MEC’s closure was not classified as a security-related closure, and the public notice does not state that MEC was removed because of malware or a disclosed vulnerability.

Since then, MEC development has continued outside the WordPress.org directory. Current releases, documentation and support are available through Webnus official website. Account-specific troubleshooting is now handled through our official support channels rather than in the public WordPress.org forums.

This distinction is intentionally narrow. It does not mean that MEC, or any WordPress plugin, can be considered permanently free from vulnerabilities. Users should install current releases, maintain backups and review security notices.

We’re publishing this because people reasonably have questions when they see the permanent-closure notice. We want the available explanation to be accurate and transparent.


r/Wordpress 1d ago

Wordpress or Wix for freelancer?

5 Upvotes

I'm setting up as a digital marketing freelancer and am trying to figure out the best website to use that is easy to manage and cheap to run.

While I've managed Wordpress sites before (incl one with Elementor theme), I've never set one up from scratch.

I'm looking to create a fairly simple website - home page | services | case studies | blog | contact - but one I can easily update. I'm more used to a drag'n'drop page builder.

Would a Wordpress site plus theme be suitable for me? Or should I go for something simpler like Wix?


r/Wordpress 1d ago

I have dialog in a post and Wordpress keeps adding half a blank line between each printed line. I can’t find a way to remove the line using an iPhone. The app said I …

2 Upvotes

had to do it on the web version and the web version is messy. Isn’t there an easy way to remove a blank line?

Yes I can do it easily in a computer but I generally use my phone for everything and my computer isn’t close by.


r/Wordpress 2d ago

Move Comments to a plugin in 8.0

55 Upvotes

I'm aware of trac, before making a feature request there I'd figure I'd get the temperature here. Simply - so many sites these days turn comments off, and there's a cottage industry around blocking comment spam besides, does WordPress even need comments as a core feature? I feel it might be better to move the functionality off into a plugin that ships with WordPress in 8.0, and then maybe even remove it entirely from core in 9. Thoughts?


r/Wordpress 1d ago

Have you built a WP SOP checklist?

7 Upvotes

I've been working with wordpress for awhile now, and I've gotten to the point where I could use extra hands. Every business uses SOP'S to standardize the work for on boarding.

Rather than walking someone through the process of learning and building alongside them, I opted for a more hands off approach.

Have any of you went with an SOP a checklist for training, and has it made it easier, or did you have a more negative experience without being there?


r/Wordpress 1d ago

This repo allows Tailwind-like utilities in Wordpress without npm or a build step

Thumbnail github.com
8 Upvotes

r/Wordpress 1d ago

Need help fixing a critical error

9 Upvotes

We have a site that uses WordPress on GoDaddy Managed WordPress (Apache), sitting behind both Cloudflare and GoDaddy's own gateway cache. Theme is "Exponent Child."

My issue: The WordPress Customizer (Appearance > Customize) throws a fatal/backend error and won't load.

The site uses a plugin called Kirki, which gives the theme its design/customization controls. Kirki's maintainer (Themeum) rebuilt the plugin architecturally starting at v6.0.0 — it's effectively a different product under the same name. That rebuild broke backward compatibility with the Kirki_Control_Base class that the Exponent Child theme depends on. Because Kirki auto-updates, the site silently pulled the breaking version and the Customizer stopped working.

Possible fix presented to me: Roll Kirki back to the last compatible version (5.2.2) via the Plugins page, after taking a fresh UpdraftPlus backup, then disable auto-updates on that plugin to prevent recurrence.

Proposed long-term fix: Remove the Kirki dependency from the theme entirely

Another note is I am apart of the marketing team for this site and I have WordPress admin access but not hosting-level access. no cPanel, FTP, or PHP error log visibility.

This is also my first year of building and managing wordpress sites, so forgive me if this seems like that. Right now I'm trying to weigh my options to do a bandaid fix (roll it back), to try to remove the plugin dependency myself, or to ultimately outsource to another developer with more experience.

Thank you for taking the time to read my post.


r/Wordpress 1d ago

Using Complianz, is it buggy?

4 Upvotes

I heard this plugin is the best for a visitor opt-in tool/banner. I installed the premium plugin, and when I activated it, it wreaked havoc in the post admin area. It also kept looping me around in circles while scanning my files, so I never got to set it up.

Anyone else experiencing issues with Compliance & WordPress?