We love WordPress
There are multiple ways of launching a website in WordPress, everything from installing free themes and plugins (which fits companies with low technical skill or lack of time), to building a fully customized website with tailored theme/plugin where WordPress has the role of a CMS (content management system) and makes editing the content an ease.
Once only a blog tool but now so much more. WordPress is running a big part of the internet <enter impressive percentage here>, it is open source and wp it self is free.
When we build websites with wp we quite often use roots/bedrock which simplifies the version control (git) of the code with a custom folder structure and wp core/plugins is installed with php package manager Composer. In our custom plugin we register custom post types and taxonomies which are needed for the project. Our theme is tailored according to the design and we have full control over the code base. From accessibility guidelines such as WCAG and UI/UX design to semantic HTML and best practices.
We are using GitHub Actions for deployments, which launches new releases of the code to the staging and production servers. ✨👌
We’d love to help you with your website, homepage or site, – call it whatever you want! Even if you only need help with on-going updates of the plugins/wp core, the content or further web development of the existing code base.