Blog

  • 4 min read

    How to make content of Twenty Twenty-Five theme full width

    Modern WordPress block based (full site editing) themes, such as Twenty Twenty-Five theme typically come with support for the .alignwide and .alignfull CSS classes. Content can be made to span the full width of the page by applying “Align full” to a root level block. The .alignwide and .alignfull classes only function in the correct…
    Read more
  • 4 min read

    Managing WordPress image sizes

    A reference of miscellaneous snippets for manipulating WordPress image sizes. It’s a good idea to check which sizes the current site uses and whether some of them can be removed or consolidated into one size to save on disk space. Listing available sizes Here’s a handy function for listing WordPress image sizes, extracted from the…
    Read more