• 0 Posts
  • 22 Comments
Joined 4 months ago
cake
Cake day: June 24th, 2024

help-circle



  • Pechente@feddit.orgtoTechnology@lemmy.worldSo Long WordPress.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    5 days ago

    While there are quite a few agencies and solo devs that click their sites together using crap like Elementor and a bunch of no name plugins that could often be replaced by a single line of code, there are also people building building clean maintainable sites with it.

    That said, I usually don’t pick it for my projects. Kirby CMS is a much more flexible alternative. For anything more complex there’s Laravel with Filament to build a nice admin panel.

















  • Coding is pretty much the only way to make a site that is both flexible and fast. If you wanna stay with page builders, I’d recommend something like webflow or framer but going with these closed systems is really not that amazing longterm. You’re gonna sink a lot of money into a system that will almost certainly enshittify in the future.

    If you’re willing to pick up coding, try to make your own theme with something like Advanced Custom Fields in wordpress or switch to something like Kirby CMS which is more flexible out of the box than wordpress and has great docs.