ClioWP

Author: Christos Pontikis

Full-stack developer. I have over 15 years of professional experience designing, developing, and managing web applications.

Getting Started with WordPress Custom Fields

| 27-8-2022 | WordPress

WordPress Custom Fields is one of its most powerful features. In combination with Custom Post Types, they can convert WordPress to a Custom Application Building Tool, not only a CMS. How to enable Custom Fields Custom Fields (also known as metadata) are not enabled by default. To enable them, press the “three dots” link in the Edit […]

More »

How To Write JS and CSS in WordPress with Industry Standard Tools

| 13-8-2022 | WordPress

When you create a WordPress Theme or a Plugin, you can write plain Javascript and CSS the old way. But the industry standard today is to use a “build tool”, which creates a single JS (or CSS) file dynamically, which is the only one you have to “include” on every web page (single-page application (SPA)). Fortunately, WordPress offers @wordpress/scripts, a great tool (based […]

More »