Setting up WordPress in 2023

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • wp-base2023

    Wordpress starter

  • cd $HOME/sites/test.site.example git clone https://github.com/tobyink/wp-base2023.git . composer install cp wp-config.php.example wp-config.php

  • acorn

    Laravel components for WordPress plugins and themes (by roots)

  • cd $HOME/sites/test.site.example cd wp-content/plugins/ git clone https://github.com/roots/acorn.git acorn cd acorn git checkout 2.x composer install cd ../../.. git clone https://github.com/tobyink/wp-thyme-theme.git thyme cd wp-content/themes/ ln -s ../../thyme/ thyme cd ../../thyme/ composer install yarn install yarn build chmod -R ugo+rwX public/ resources/styles/common/_wp_theme.scss

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sage

    WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow

  • A minimal theme combining Roots Sage 10 and Bootstrap 5.2 (at the time of writing this article 5.3 was an alpha release). and making use of the plugins in places.

  • wp-thyme-theme

    Wordpress theme based on Roots Sage 10

  • cd $HOME/sites/test.site.example cd wp-content/plugins/ git clone https://github.com/roots/acorn.git acorn cd acorn git checkout 2.x composer install cd ../../.. git clone https://github.com/tobyink/wp-thyme-theme.git thyme cd wp-content/themes/ ln -s ../../thyme/ thyme cd ../../thyme/ composer install yarn install yarn build chmod -R ugo+rwX public/ resources/styles/common/_wp_theme.scss

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts