Skip to main content
Default Thumbnail

Add custom Post “Meta Data” with Extra Fields

By default, post meta description is generated from post content. with “Extra Fields” plugin you can add custom meta that you can fill it manually. First step, open “Extra Fields” […]

Tag extra fields and meta data

Initially, we build game’s “Tag” feature with basic properties, without description, tag title and more. As of CloudArcade v1.7.6, the “Extra Fields” plugin has been implemented for the “Tag” feature, […]

How to use “Collections”

The “Collections” feature is used to create a specific list of games manually. It can be used for highlighted games, staff-picked games, promoted games, or any other purpose. Here are […]

Introducing “Filters”

Filters are a type of hook that allow you to modify data before it is saved to the database or rendered on the screen. Unlike action hooks, which trigger specific […]

Introducing “Hooks”

What Are Hooks? Hooks are specific points in the codebase of a Theme where you can insert your own custom code. They allow you to add new features in specific […]

Extra Fields Plugin

What does the Extra Fields plugin do, and what is its use case? As indicated by its name, the purpose of the Extra Fields plugin is to add extra fields […]

Customize page title

Starting from CloudArcade v1.6.5, you can either customize all page titles or customize a single content type, such as the game page title. By default, you can retrieve the page […]

New Comment System

The built-in comment system was first introduced in CloudArcade v1.2.0, which came out 2 years and 7 months ago from the time this post was published. Since v1.2.0, the UI […]

Create custom Widget

On this tutorial, I will show you how to create a custom Widget with PHP code, it’s pretty simple. First step, open “Theme Editor” plugin, if you don’t have, you […]

Create “Load More” games on Dark Grid theme

This is the “Dark Grid” theme version of this tutorial, in the original tutorial, it’s uses “Default” theme as sample. We will create a “Load More” games button for new […]